Skip to content

Commit

Permalink
wip: add uac
Browse files Browse the repository at this point in the history
  • Loading branch information
nleconte-csgroup committed Mar 12, 2024
1 parent 620977c commit c2f0a6f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/rs-server-adgs/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
protocol: TCP
containerPort: {{ .Values.app.port }}
env:
- name: RSPY_UAC_CHECK_URL
value: {{ .Values.app.uacURL }}
- name: RSPY_WORKING_DIR
value: {{ .Values.app.workDir }}
- name: RSPY_STATION_CONFIG
Expand Down
1 change: 1 addition & 0 deletions charts/rs-server-adgs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ app:
secret:
username: test
password: test
uacURL: http://apikeymanager.processing.svc.cluster.local:8000/check/api_key

probe:
liveness:
Expand Down
2 changes: 2 additions & 0 deletions charts/rs-server-cadip/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ spec:
protocol: TCP
containerPort: {{ .Values.app.port }}
env:
- name: RSPY_UAC_CHECK_URL
value: {{ .Values.app.uacURL }}
- name: RSPY_WORKING_DIR
value: {{ .Values.app.workDir }}
- name: RSPY_STATION_CONFIG
Expand Down
1 change: 1 addition & 0 deletions charts/rs-server-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ app:
secret:
username: test
password: test
uacURL: http://apikeymanager.processing.svc.cluster.local:8000/check/api_key

probe:
liveness:
Expand Down

0 comments on commit c2f0a6f

Please sign in to comment.