stacks-instances/otc/observability.think-ahead.cloud/stacks/ref-implementation/mailhog.yaml

26 lines
618 B
YAML
Raw Normal View History

2025-06-02 08:43:35 +00:00
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/observability.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