21 lines
		
	
	
	
		
			452 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
	
		
			452 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
 |