Added uptime kuma
This commit is contained in:
14
uptime-kuma-postinstall/templates/ts-monitoring-ingress.yaml
Normal file
14
uptime-kuma-postinstall/templates/ts-monitoring-ingress.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: ts-monitoring
|
||||
spec:
|
||||
defaultBackend:
|
||||
service:
|
||||
name: monitoring-uptime-kuma
|
||||
port:
|
||||
number: 3001
|
||||
ingressClassName: tailscale
|
||||
tls:
|
||||
- hosts:
|
||||
- {{ .Values.tailscaleIngresses.uptimeKumaHostname }}
|
||||
Reference in New Issue
Block a user