Skip to content

Commit

Permalink
deploy uptime-kuma
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanKushnir committed May 28, 2022
1 parent befa6e6 commit 29f9c29
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions cluster/apps/monitoring/uptime-kuma/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@ spec:
hajimari.io/appName: "uptime"
traefik.ingress.kubernetes.io/router.entrypoints: "websecure"
traefik.ingress.kubernetes.io/router.middlewares: networking-cloudflare-only@kubernetescrd
spec:
hosts:
- host: uptime.${SECRET_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- uptime.${SECRET_DOMAIN}
- secretName: uptime-tls
spec:
hosts:
- host: uptime.${SECRET_DOMAIN}
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- uptime.${SECRET_DOMAIN}
- secretName: uptime-tls
persistence:
data:
enabled: true
Expand Down

0 comments on commit 29f9c29

Please sign in to comment.