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

@@ -13,7 +13,7 @@ spec:
template:
data:
PROWLARR__AUTH__APIKEY: "{{ .PROWLARR__API_KEY }}"
PUSHOVER_API_TOKEN: "{{ .PUSHOVER_API_TOKEN }}"
PUSHOVER_API_TOKEN: "{{ .PROWLARR_PUSHOVER_TOKEN }}"
PUSHOVER_USER_KEY: "{{ .PUSHOVER_USER_KEY }}"
dataFrom:
- extract:

View File

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

View File

@@ -12,13 +12,17 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: crunchy-postgres-operator-cluster
namespace: flux-system
- name: external-secrets-stores
namespace: external-secrets
components:
- ../../../../components/gatus/guarded
path: ./kubernetes/apps/default/prowlarr/app
prune: true
sourceRef:
kind: GitRepository
name: home-ops-kubernetes
namespace: flux-system
wait: false
interval: 30m
retryInterval: 1m