.
This commit is contained in:
@@ -15,4 +15,7 @@ https://checkmk.com
|
|||||||
- If deployed in K8s:
|
- If deployed in K8s:
|
||||||
- Disable aggressive restarts (slow startup)
|
- Disable aggressive restarts (slow startup)
|
||||||
- Use **NodePort/Ingress** for web UI
|
- Use **NodePort/Ingress** for web UI
|
||||||
- Best suited for **external infrastructure monitoring**, not cluster internals
|
- Best suited for **external infrastructure monitoring**, not cluster internals
|
||||||
|
|
||||||
|
# Problems
|
||||||
|
ipv4 only
|
||||||
@@ -65,6 +65,9 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: checkmk
|
app: checkmk
|
||||||
|
ipFamilyPolicy: SingleStack
|
||||||
|
ipFamilies:
|
||||||
|
- IPv4
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 5000
|
targetPort: 5000
|
||||||
|
|||||||
Reference in New Issue
Block a user