This commit is contained in:
2026-03-28 17:23:24 +00:00
parent 2406d748e3
commit 0c6f9e75f7
2 changed files with 7 additions and 1 deletions

View File

@@ -16,3 +16,6 @@ https://checkmk.com
- Disable aggressive restarts (slow startup)
- Use **NodePort/Ingress** for web UI
- Best suited for **external infrastructure monitoring**, not cluster internals
# Problems
ipv4 only

View File

@@ -65,6 +65,9 @@ metadata:
spec:
selector:
app: checkmk
ipFamilyPolicy: SingleStack
ipFamilies:
- IPv4
ports:
- port: 80
targetPort: 5000