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 d45185b commit 00c559fCopy full SHA for 00c559f
deploy/manifests/imageswap-deploy.yaml
@@ -20,6 +20,7 @@ spec:
20
securityContext:
21
runAsUser: 1898
22
runAsGroup: 1898
23
+ restartPolicy: Always
24
initContainers:
25
- name: imageswap-init
26
image: thewebroot/imageswap-init:v1.5.3
@@ -77,6 +78,26 @@ spec:
77
78
mountPath: /tls
79
- name: imageswap-maps
80
mountPath: /app/maps
81
+ readinessProbe:
82
+ failureThreshold: 5
83
+ httpGet:
84
+ path: /healthz
85
+ port: 5000
86
+ scheme: HTTPS
87
+ initialDelaySeconds: 15
88
+ periodSeconds: 10
89
+ successThreshold: 1
90
+ timeoutSeconds: 5
91
+ livenessProbe:
92
93
94
95
96
97
98
99
100
101
volumes:
102
- name: imageswap-mwc
103
configMap:
0 commit comments