mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🩺 gatus truenas & minio
This commit is contained in:
@@ -24,6 +24,9 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
GATUS_SUBDOMAIN: minio
|
||||
GATUS_DOMAIN: ${SECRET_DOMAIN}
|
||||
GATUS_PATH: :9001
|
||||
---
|
||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||
@@ -76,3 +79,5 @@ spec:
|
||||
postBuild:
|
||||
substitute:
|
||||
APP: *app
|
||||
GATUS_SUBDOMAIN: truenas
|
||||
GATUS_DOMAIN: ${SECRET_DOMAIN}
|
||||
|
@@ -6,3 +6,4 @@ namespace: default
|
||||
resources:
|
||||
- ./backup
|
||||
- ./externalsecret.yaml
|
||||
- ../../../../templates/gatus/guarded
|
||||
|
@@ -8,3 +8,4 @@ resources:
|
||||
- ./certs-deploy
|
||||
- ./externalsecret.yaml
|
||||
- ./photo-sort
|
||||
- ../../../../templates/gatus/guarded
|
||||
|
@@ -10,7 +10,7 @@ data:
|
||||
endpoints:
|
||||
- name: "${APP}"
|
||||
group: guarded
|
||||
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${SECRET_CLUSTER_DOMAIN}${GATUS_PATH:-/}"
|
||||
url: "https://${GATUS_SUBDOMAIN:-${APP}}.${GATUS_DOMAIN:-${SECRET_CLUSTER_DOMAIN}}${GATUS_PATH:-/}"
|
||||
interval: 1m
|
||||
ui:
|
||||
hide-hostname: true
|
||||
|
Reference in New Issue
Block a user