stacks-instances/otc/abc.think-ahead.cloud/stacks/ref-implementation/mailhog.yaml
Automated pipeline 7f745f2259 Initial upload
2025-06-04 14:17:45 +00:00

25 lines
608 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mailhog
namespace: argocd
labels:
env: dev
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: default
source:
repoURL: https://forgejo.edf-bootstrap.cx.fg1.ffm.osc.live/DevFW-CICD/stacks-instances
targetRevision: HEAD
path: "otc/abc.think-ahead.cloud/stacks/ref-implementation/mailhog"
destination:
server: "https://kubernetes.default.svc"
namespace: mailhog
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
retry:
limit: -1