Skip to content

Commit

Permalink
fix values
Browse files Browse the repository at this point in the history
  • Loading branch information
nleconte-csgroup committed Apr 17, 2024
1 parent cd71452 commit 27c59ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/rs-server-cadip/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ app:
endpoint:
# -- CADIP station URL
url:
file: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Session
file: http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-cadip-svc.processing.svc.cluster.local:8080/Sessions
secret:
# -- Username to authenticate with the CADIP station
username: test
Expand All @@ -36,17 +36,17 @@ app:
sgs:
endpoint:
url:
file: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Session
file: http://mockup-station-cadip-sgs-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-sgs-svc.processing.svc.cluster.local:8080/Sessions
secret:
username: test
password: test
# @ignored
mti:
endpoint:
url:
file: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-svc.processing.svc.cluster.local:8080/Session
file: http://mockup-station-cadip-mti-svc.processing.svc.cluster.local:8080/Files
session: http://mockup-station-cadip-mti-svc.processing.svc.cluster.local:8080/Sessions
secret:
username: test
password: test
Expand Down

0 comments on commit 27c59ac

Please sign in to comment.