We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e1453 commit 8a1703dCopy full SHA for 8a1703d
helm/kube-image-keeper/templates/proxy-daemonset.yaml
@@ -67,6 +67,10 @@ spec:
67
name: registry-certificate-authorities
68
readOnly: true
69
{{- end }}
70
+ {{- with .Values.proxy.readinessProbe }}
71
+ readinessProbe:
72
+ {{- toYaml . | nindent 12 }}
73
+ {{- end }}
74
{{- with .Values.proxy.resources }}
75
resources:
76
{{- toYaml . | nindent 12 }}
helm/kube-image-keeper/values.yaml
@@ -151,6 +151,11 @@ proxy:
151
affinity: {}
152
# -- Extra env variables for the proxy pod
153
env: []
154
+ # -- Readiness probe definition for the proxy pod
155
156
+ httpGet:
157
+ path: /v2/
158
+ port: 8082
159
160
requests:
161
# -- Cpu requests for the proxy pod
0 commit comments