fix: traefik ingress for k3s cluster

This commit is contained in:
2026-01-19 00:03:27 +01:00
parent ad6f12db80
commit 3f4672684f
3 changed files with 52 additions and 1 deletions

View File

@@ -0,0 +1,27 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: traefik-pdb
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0" # Nach Traefik Deployment
spec:
project: default
source:
repoURL: https://git.cloud-infra.prod.openmailserver.de/stabify/gitops.git
targetRevision: HEAD
path: infrastructure
directory:
recurse: false
include: |
traefik-pdb.yaml
destination:
server: https://kubernetes.default.svc
namespace: traefik-system
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true