Bump spire to 1.5.3 to fix oidc healthchecks

Signed-off-by: Marco Franssen <[email protected]>
Signed-off-by: Marco Franssen <[email protected]>
This commit is contained in:
Marco Franssen
2023-02-18 13:04:07 +01:00
committed by Marco Franssen
parent aff50434fa
commit 94318b02a6
4 changed files with 20 additions and 21 deletions
+12 -13
View File
@@ -55,19 +55,18 @@ spec:
- name: spire-oidc-config
mountPath: /run/spire/oidc/config/
readOnly: true
# Needs new release of spire to fix the http healthchecks
# readinessProbe:
# httpGet:
# path: /ready
# port: health
# initialDelaySeconds: 5
# periodSeconds: 5
# livenessProbe:
# httpGet:
# path: /live
# port: health
# initialDelaySeconds: 5
# periodSeconds: 5
readinessProbe:
httpGet:
path: /ready
port: health
initialDelaySeconds: 5
periodSeconds: 5
livenessProbe:
httpGet:
path: /live
port: health
initialDelaySeconds: 5
periodSeconds: 5
resources:
{{- toYaml .Values.oidc.resources | nindent 12 }}
{{- if .Values.oidc.insecureScheme.enabled }}