diff --git a/clusters/cl01tl/helm/gatus/Chart.lock b/clusters/cl01tl/helm/gatus/Chart.lock index e5af8a61b..735774620 100644 --- a/clusters/cl01tl/helm/gatus/Chart.lock +++ b/clusters/cl01tl/helm/gatus/Chart.lock @@ -1,12 +1,12 @@ dependencies: - name: gatus repository: https://twin.github.io/helm-charts - version: 1.4.5 + version: 1.5.0 - name: postgres-cluster repository: oci://harbor.alexlebens.net/helm-charts version: 7.5.1 - name: volsync-target repository: oci://harbor.alexlebens.net/helm-charts version: 0.7.0 -digest: sha256:e170966054efa7ed147520c17421e32ab2c951d5b8ab9d3625e019373114d64a -generated: "2026-02-07T02:28:21.222846345Z" +digest: sha256:327091258e0174bea1932e66b0a1a7b54b475365cf23fe776b37ac446ae3c7e9 +generated: "2026-02-10T21:50:24.906374-06:00" diff --git a/clusters/cl01tl/helm/gatus/Chart.yaml b/clusters/cl01tl/helm/gatus/Chart.yaml index 0f619d2cd..d4002ab4c 100644 --- a/clusters/cl01tl/helm/gatus/Chart.yaml +++ b/clusters/cl01tl/helm/gatus/Chart.yaml @@ -19,7 +19,7 @@ maintainers: dependencies: - name: gatus repository: https://twin.github.io/helm-charts - version: 1.4.5 + version: 1.5.0 - name: postgres-cluster alias: postgres-18-cluster version: 7.5.1 diff --git a/clusters/cl01tl/helm/gatus/templates/http-route.yaml b/clusters/cl01tl/helm/gatus/templates/http-route.yaml deleted file mode 100644 index c9d4a6600..000000000 --- a/clusters/cl01tl/helm/gatus/templates/http-route.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: gateway.networking.k8s.io/v1 -kind: HTTPRoute -metadata: - name: gatus - namespace: {{ .Release.Namespace }} - labels: - app.kubernetes.io/name: gatus - app.kubernetes.io/instance: {{ .Release.Name }} - app.kubernetes.io/part-of: {{ .Release.Name }} -spec: - parentRefs: - - group: gateway.networking.k8s.io - kind: Gateway - name: traefik-gateway - namespace: traefik - hostnames: - - gatus.alexlebens.net - rules: - - matches: - - path: - type: PathPrefix - value: / - backendRefs: - - group: '' - kind: Service - name: gatus - port: 80 - weight: 100 diff --git a/clusters/cl01tl/helm/gatus/values.yaml b/clusters/cl01tl/helm/gatus/values.yaml index ccf27c3ef..6e735dac6 100644 --- a/clusters/cl01tl/helm/gatus/values.yaml +++ b/clusters/cl01tl/helm/gatus/values.yaml @@ -17,6 +17,18 @@ gatus: portName: http ingress: enabled: false + gateway: + apiVersion: gateway.networking.k8s.io/v1 + route: + enabled: true + path: / + parentRefs: + - group: gateway.networking.k8s.io + kind: Gateway + name: traefik-gateway + namespace: traefik + hosts: + - gatus.alexlebens.net env: NTFY_TOKEN: valueFrom: