This commit is contained in:
2026-03-28 17:19:19 +00:00
parent 42b8295f1d
commit 2406d748e3

View File

@@ -31,6 +31,7 @@ spec:
image: checkmk/check-mk-raw:2.3.0-latest
ports:
- containerPort: 5000
- containerPort: 8000
env:
- name: CMK_SITE_ID
value: "monitoring"
@@ -39,18 +40,18 @@ spec:
volumeMounts:
- name: data
mountPath: /omd/sites
readinessProbe:
httpGet:
path: /
port: 5000
initialDelaySeconds: 30
periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: 5000
initialDelaySeconds: 60
periodSeconds: 20
#readinessProbe:
# httpGet:
# path: /
# port: 5000
# initialDelaySeconds: 30
# periodSeconds: 10
#livenessProbe:
# httpGet:
# path: /
# port: 5000
# initialDelaySeconds: 60
# periodSeconds: 20
volumes:
- name: data
persistentVolumeClaim: