chore: Moved telegram alerts config

This commit is contained in:
2025-12-15 00:50:42 +01:00
parent e21898cbec
commit 1b099bdcad
8 changed files with 5 additions and 5 deletions

View File

@@ -13,5 +13,5 @@ resources:
- ../../configs/artifacts.yaml
- ../../configs/letsencrypt/letsencrypt.yaml
- ../../configs/certificates/certificates.yaml
- ../../configs/telegram-alerts/telegram-alerts.yaml
- ../../configs/alerts/telegram/alerts-telegram.yaml
- ../../configs/longhorn-jobs/longhorn-jobs.yaml

View File

@@ -1,7 +1,7 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: telegram-alerts
name: alerts-telegram
namespace: flux-system
spec:
interval: 1h
@@ -9,7 +9,7 @@ spec:
timeout: 5m
sourceRef:
kind: ExternalArtifact
name: telegram-alerts
name: alerts-telegram
decryption:
provider: sops
secretRef:

View File

@@ -19,10 +19,10 @@ spec:
copy:
- from: "@foundation/configs/certificates/**"
to: "@artifact/"
- name: telegram-alerts
- name: alerts-telegram
originRevision: "@foundation"
copy:
- from: "@foundation/configs/telegram-alerts/**"
- from: "@foundation/configs/alerts/telegram/**"
to: "@artifact/"
- name: longhorn-jobs
originRevision: "@foundation"