Files
k8s-manifests/monitoring/service-uptime-kuma.yaml
chemavx ff2e6cc985 feat: export all K8 Plus cluster manifests
Namespaces: argocd, authentik, backup-system, cloudflare-ddns,
gitea, homarr, monitoring, n8n, openclaw, polymarket-bot, vaultwarden
Cluster-wide: clusterissuers, namespaces
Secrets: redacted (structure only, data=REDACTED)
2026-04-10 08:57:02 +00:00

23 lines
371 B
YAML

apiVersion: v1
kind: Service
metadata:
name: uptime-kuma
namespace: monitoring
spec:
clusterIP: 10.43.198.60
clusterIPs:
- 10.43.198.60
internalTrafficPolicy: Cluster
ipFamilies:
- IPv4
ipFamilyPolicy: SingleStack
ports:
- port: 3001
protocol: TCP
targetPort: 3001
selector:
app: uptime-kuma
sessionAffinity: None
type: ClusterIP