forked from k-space/kube
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			542 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			542 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| ---
 | |
| apiVersion: v1
 | |
| kind: Service
 | |
| metadata:
 | |
|   name: wildduck
 | |
|   annotations:
 | |
|     external-dns.alpha.kubernetes.io/hostname: mail.k-space.ee
 | |
|     metallb.universe.tf/address-pool: wildduck
 | |
| spec:
 | |
|   loadBalancerIP: 193.40.103.25
 | |
|   type: LoadBalancer
 | |
|   externalTrafficPolicy: Local
 | |
|   selector:
 | |
|     app.kubernetes.io/name: wildduck
 | |
|   ports:
 | |
|     - port: 993
 | |
|       name: wildduck-mda
 | |
|       targetPort: wildduck-mda
 | |
|     - port: 465
 | |
|       name: zonemta-msa
 | |
|       targetPort: zonemta-msa
 | |
|     - port: 25
 | |
|       name: haraka-mta
 | |
|       targetPort: haraka-mta
 |