.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user