fix: ingress class name & deployment initial delay for healthcheck

This commit is contained in:
a5r0n
2022-11-21 04:20:39 +02:00
parent ad39f2a671
commit 83249ab854
2 changed files with 8 additions and 1 deletions
+5 -1
View File
@@ -45,10 +45,12 @@ spec:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /healthz
port: http
initialDelaySeconds: 30
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- with .Values.nodeSelector }}
@@ -110,10 +112,12 @@ spec:
httpGet:
path: /healthz
port: healthz
initialDelaySeconds: 30
readinessProbe:
httpGet:
path: /healthz
port: healthz
initialDelaySeconds: 30
imagePullPolicy: {{ .Values.image.pullPolicy }}
envFrom:
- configMapRef:
@@ -202,4 +206,4 @@ spec:
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
---
---
+3
View File
@@ -12,6 +12,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.className }}
ingressClassName: {{ .Values.ingress.className }}
{{- end }}
{{- if .Values.ingress.tls }}
tls:
{{- range .Values.ingress.tls }}