feat: webhook

This commit is contained in:
auricom
2025-04-16 09:36:06 +02:00
parent 7372e1cb94
commit e14d7c3bb4
134 changed files with 951 additions and 264 deletions

View File

@@ -5,5 +5,3 @@ resources:
- ./externalsecret.yaml
- ./helmrelease.yaml
- ./podmonitor.yaml
- ../../../../components/gatus/guarded
- ../../../../components/volsync

View File

@@ -5,4 +5,3 @@ kind: Kustomization
namespace: default
resources:
- ./helmrelease.yaml
- ../../../../components/gatus/guarded

View File

@@ -12,14 +12,20 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: crunchy-postgres-operator-cluster
namespace: flux-system
- name: external-secrets-stores
namespace: external-secrets
- name: volsync
namespace: flux-system
components:
- ../../../../components/gatus/guarded
- ../../../../components/volsync
path: ./kubernetes/apps/default/home-assistant/app
prune: true
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
namespace: flux-system
wait: false
interval: 30m
retryInterval: 1m
@@ -43,11 +49,14 @@ spec:
app.kubernetes.io/name: &app home-assistant
dependsOn:
- name: home-assistant
components:
- ../../../../components/gatus/guarded
path: ./kubernetes/apps/default/home-assistant/code
prune: true
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
namespace: flux-system
wait: false
interval: 30m
retryInterval: 1m