Skip to content

Commit b0b527e

Browse files
committed
Move DLS specific config out of default helm chart
And add the required config (readinessProbe) back in.
1 parent e16a834 commit b0b527e

File tree

1 file changed

+8
-13
lines changed

1 file changed

+8
-13
lines changed

helm/numtracker/values.yaml

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ numtracker:
2222
size: 5M
2323
tracing:
2424
enabled: false
25-
host: "https://jaeger.diamond.ac.uk"
2625
level: DEBUG
26+
# host: OTEL compatible host
2727
auth:
2828
enabled: false
29-
host: authz.diamond.ac.uk
30-
admin: /v1/data/diamond/policy/admin/configure_beamline
31-
access: /v1/data/diamond/policy/session/write_to_beamline_visit
29+
# host: OPA instance
30+
# admin: rule determining admin access to a beamline
31+
# access: rule determining access to a beamline session
3232

3333

3434

@@ -109,10 +109,10 @@ livenessProbe:
109109
httpGet:
110110
path: /status
111111
port: http
112-
readinessProbe: {}
113-
# httpGet:
114-
# path: /
115-
# port: http
112+
readinessProbe:
113+
httpGet:
114+
path: /status
115+
port: http
116116

117117
#This section is for setting up autoscaling more information can be found here: https://kubernetes.io/docs/concepts/workloads/autoscaling/
118118
autoscaling:
@@ -125,11 +125,6 @@ autoscaling:
125125
# Additional volumes for GDA var directories
126126
extraVolumes: []
127127

128-
# - name: foo
129-
# secret:
130-
# secretName: mysecret
131-
# optional: false
132-
133128
# Additional volumeMounts for GDA var directories
134129
extraVolumeMounts: []
135130

0 commit comments

Comments
 (0)