Browse Source

some changes

feat/checkmk
Domagoj Zecevic 4 years ago
parent
commit
b4804ff781
  1. 10
      01_onsite/00_infra/checkmk/deployment.yaml

10
01_onsite/00_infra/checkmk/deployment.yaml

@ -21,12 +21,16 @@ spec:
containers: containers:
- name: checkmk - name: checkmk
image: checkmk/check-mk-raw:2.0.0 image: checkmk/check-mk-raw:2.0.0
args: # fix an issue with special characters - see https://confluence.atlassian.com/jirakb/error-failed-to-send-request-to-the-knowledge-base-server-943525845.html
- /bin/sh
- -c
- sleep 5h
resources: resources:
requests: requests:
memory: "512Mi" memory: "1Gi"
cpu: "100m" cpu: "100m"
limits: limits:
memory: "1Gi" memory: "2Gi"
cpu: "4" cpu: "4"
ports: ports:
- containerPort: 5000 - containerPort: 5000
@ -54,7 +58,7 @@ spec:
- ReadWriteOnce - ReadWriteOnce
resources: resources:
requests: requests:
storage: 1Gi storage: 10Gi
--- ---
# Service Description # Service Description
apiVersion: v1 apiVersion: v1

Loading…
Cancel
Save