File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed
Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff 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/
118118autoscaling :
@@ -125,11 +125,6 @@ autoscaling:
125125# Additional volumes for GDA var directories
126126extraVolumes : []
127127
128- # - name: foo
129- # secret:
130- # secretName: mysecret
131- # optional: false
132-
133128# Additional volumeMounts for GDA var directories
134129extraVolumeMounts : []
135130
You can’t perform that action at this time.
0 commit comments