mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🚑 gatus configmaps
This commit is contained in:
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: atuin-gatus-ep
|
|
||||||
namespace: default
|
|
||||||
labels:
|
|
||||||
gatus.io/enabled: "true"
|
|
||||||
data:
|
|
||||||
config.yaml: |
|
|
||||||
endpoints:
|
|
||||||
- name: atuin
|
|
||||||
group: internal
|
|
||||||
url: 192.168.8.1
|
|
||||||
interval: 1m
|
|
||||||
ui:
|
|
||||||
hide-hostname: true
|
|
||||||
hide-url: true
|
|
||||||
dns:
|
|
||||||
query-name: sh.${SECRET_CLUSTER_DOMAIN}
|
|
||||||
query-type: A
|
|
||||||
conditions:
|
|
||||||
- "[BODY] == 192.168.169.101"
|
|
||||||
- "[DNS_RCODE] == NOERROR"
|
|
||||||
alerts:
|
|
||||||
- type: pushover
|
|
@@ -6,4 +6,4 @@ namespace: default
|
|||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ./gatus.yaml
|
- ../../../../templates/gatus/guarded
|
||||||
|
@@ -24,3 +24,4 @@ spec:
|
|||||||
postBuild:
|
postBuild:
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
|
GATUS_SUBDOMAIN: sh
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: authelia-gatus-ep
|
|
||||||
namespace: default
|
|
||||||
labels:
|
|
||||||
gatus.io/enabled: "true"
|
|
||||||
data:
|
|
||||||
config.yaml: |
|
|
||||||
endpoints:
|
|
||||||
- name: authelia
|
|
||||||
group: external
|
|
||||||
url: https://auth.${SECRET_CLUSTER_DOMAIN}
|
|
||||||
interval: 1m
|
|
||||||
client:
|
|
||||||
dns-resolver: tcp://1.1.1.1:53
|
|
||||||
insecure: true
|
|
||||||
conditions:
|
|
||||||
- "[STATUS] == 200"
|
|
||||||
alerts:
|
|
||||||
- type: pushover
|
|
@@ -5,8 +5,8 @@ kind: Kustomization
|
|||||||
namespace: default
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./gatus.yaml
|
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
- ../../../../templates/gatus/external
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: authelia-configmap
|
- name: authelia-configmap
|
||||||
files:
|
files:
|
||||||
|
@@ -6,5 +6,5 @@ namespace: default
|
|||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/external
|
- ../../../../templates/gatus/guarded
|
||||||
- ../../../../templates/volsync
|
- ../../../../templates/volsync
|
||||||
|
@@ -25,4 +25,5 @@ spec:
|
|||||||
postBuild:
|
postBuild:
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
|
GATUS_PATH: /i/
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
@@ -1,22 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: hajimari-gatus-ep
|
|
||||||
namespace: default
|
|
||||||
labels:
|
|
||||||
gatus.io/enabled: "true"
|
|
||||||
data:
|
|
||||||
config.yaml: |
|
|
||||||
endpoints:
|
|
||||||
- name: hajimari
|
|
||||||
group: internal
|
|
||||||
url: https://apps.${SECRET_CLUSTER_DOMAIN}
|
|
||||||
interval: 1m
|
|
||||||
client:
|
|
||||||
insecure: true
|
|
||||||
conditions:
|
|
||||||
- "[STATUS] == 200"
|
|
||||||
alerts:
|
|
||||||
- type: pushover
|
|
||||||
|
|
@@ -4,5 +4,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: default
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./gatus.yaml
|
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
|
- ../../../../templates/gatus/guarded
|
||||||
|
@@ -6,4 +6,4 @@ namespace: default
|
|||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
|
@@ -87,6 +87,8 @@ spec:
|
|||||||
enabled: true
|
enabled: true
|
||||||
className: "nginx"
|
className: "nginx"
|
||||||
annotations:
|
annotations:
|
||||||
|
external-dns.alpha.kubernetes.io/enabled: "true"
|
||||||
|
external-dns.alpha.kubernetes.io/target: services.${SECRET_DOMAIN}.
|
||||||
hajimari.io/icon: simple-icons:jellyfin
|
hajimari.io/icon: simple-icons:jellyfin
|
||||||
hosts:
|
hosts:
|
||||||
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
- host: &host "{{ .Release.Name }}.${SECRET_CLUSTER_DOMAIN}"
|
||||||
|
@@ -26,4 +26,5 @@ spec:
|
|||||||
postBuild:
|
postBuild:
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
|
GATUS_PATH: /web/index.html
|
||||||
VOLSYNC_CAPACITY: 20Gi
|
VOLSYNC_CAPACITY: 20Gi
|
||||||
|
@@ -26,3 +26,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_SUBDOMAIN: cash
|
||||||
|
@@ -5,7 +5,7 @@ kind: Kustomization
|
|||||||
namespace: default
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: libmedium-configmap
|
- name: libmedium-configmap
|
||||||
files:
|
files:
|
||||||
|
@@ -5,4 +5,4 @@ kind: Kustomization
|
|||||||
namespace: default
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
|
@@ -24,3 +24,4 @@ spec:
|
|||||||
postBuild:
|
postBuild:
|
||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
|
GATUS_SUBDOMAIN: links
|
||||||
|
@@ -25,3 +25,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_STATUS: "401"
|
||||||
|
@@ -7,5 +7,5 @@ resources:
|
|||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ./sync
|
- ./sync
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
- ../../../../templates/volsync
|
- ../../../../templates/volsync
|
||||||
|
@@ -6,7 +6,6 @@ namespace: default
|
|||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: mailrise-configmap
|
- name: mailrise-configmap
|
||||||
files:
|
files:
|
||||||
|
@@ -5,5 +5,5 @@ kind: Kustomization
|
|||||||
namespace: default
|
namespace: default
|
||||||
resources:
|
resources:
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
- ../../../../templates/volsync
|
- ../../../../templates/volsync
|
||||||
|
@@ -25,3 +25,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_SUBDOMAIN: docs
|
||||||
|
@@ -26,7 +26,7 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_STATUS: "401"
|
||||||
---
|
---
|
||||||
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/fluxcd-community/flux2-schemas/main/kustomization-kustomize-v1.json
|
||||||
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
apiVersion: kustomize.toolkit.fluxcd.io/v1
|
||||||
@@ -55,3 +55,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_STATUS: "401"
|
||||||
|
@@ -6,7 +6,7 @@ namespace: default
|
|||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/gatus/guarded
|
- ../../../../templates/gatus/external
|
||||||
configMapGenerator:
|
configMapGenerator:
|
||||||
- name: sharry-configmap
|
- name: sharry-configmap
|
||||||
files:
|
files:
|
||||||
|
@@ -27,3 +27,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_SUBDOMAIN: zigbee
|
||||||
|
@@ -27,3 +27,4 @@ spec:
|
|||||||
substitute:
|
substitute:
|
||||||
APP: *app
|
APP: *app
|
||||||
VOLSYNC_CAPACITY: 2Gi
|
VOLSYNC_CAPACITY: 2Gi
|
||||||
|
GATUS_SUBDOMAIN: zwave
|
||||||
|
Reference in New Issue
Block a user