diff --git a/charts/rucio-server/templates/auth_deployment.yaml b/charts/rucio-server/templates/auth_deployment.yaml index 85c8553..caae5b1 100644 --- a/charts/rucio-server/templates/auth_deployment.yaml +++ b/charts/rucio-server/templates/auth_deployment.yaml @@ -159,6 +159,8 @@ spec: {{- end }} - name: RUCIO_SERVER_TYPE value: "{{ .Values.serverType.authServer }}" + - name: RUCIO_CFG_API_ENDPOINTS + value: "auth,ping" - name: RUCIO_LOG_FORMAT value: '{{ .Values.logFormat.authServer }}' - name: RUCIO_WSGI_DAEMON_PROCESSES