Browse Source

Merge branch 'feat/checkmk' of ssh://gitlab.semapp.de:1122/devops/k8s-deployments into feat/checkmk

feat/checkmk
Domagoj Zecevic 4 years ago
parent
commit
514c46da0e
  1. 8
      01_onsite/00_infra/checkmk/deployment.yaml

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

@ -21,12 +21,16 @@ spec:
containers:
- name: checkmk
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:
requests:
memory: "512Mi"
memory: "1Gi"
cpu: "100m"
limits:
memory: "1Gi"
memory: "2Gi"
cpu: "4"
ports:
- containerPort: 5000

Loading…
Cancel
Save