infra4talos/everything-app/mailhog4masto.yaml
2025-10-04 15:07:10 +02:00

21 lines
450 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: mailhog4masto
namespace: argocd
spec:
destination:
namespace: mastodon
server: https://kubernetes.default.svc
project: infra
source:
chart: mailhog
repoURL: https://codecentric.github.io/helm-charts
targetRevision: 5.8.0
helm:
valuesObject:
service:
port:
http: 80
smtp: 25
type: LoadBalancer