forked from k-space/kube
Migrate the rest of Wildduck stack
This commit is contained in:
28
wildduck/loadbalancer.yaml
Normal file
28
wildduck/loadbalancer.yaml
Normal file
@@ -0,0 +1,28 @@
|
||||
---
|
||||
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: 8080
|
||||
name: wildduck-api
|
||||
targetPort: wildduck-api
|
||||
- port: 993
|
||||
name: wildduck-mda
|
||||
targetPort: wildduck-mda
|
||||
- port: 465
|
||||
name: zonemta-msa
|
||||
targetPort: zonemta-msa
|
||||
- port: 25
|
||||
name: haraka-mta
|
||||
targetPort: haraka-mta
|
||||
|
Reference in New Issue
Block a user