65 lines
1.2 KiB
YAML
65 lines
1.2 KiB
YAML
|
---
|
||
|
service:
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- name: minecraft
|
||
|
port: 25565
|
||
|
protocol: TCP
|
||
|
targetPort: 25565
|
||
|
- name: ssh-gitea
|
||
|
port: 22
|
||
|
protocol: TCP
|
||
|
targetPort: 22
|
||
|
- name: http2
|
||
|
port: 80
|
||
|
protocol: TCP
|
||
|
targetPort: 80
|
||
|
- name: https
|
||
|
port: 443
|
||
|
protocol: TCP
|
||
|
targetPort: 443
|
||
|
- name: tcp
|
||
|
port: 1194
|
||
|
protocol: TCP
|
||
|
targetPort: 1194
|
||
|
# -----------
|
||
|
# -- Email
|
||
|
# -----------
|
||
|
- name: smtp
|
||
|
port: 25
|
||
|
protocol: TCP
|
||
|
targetPort: 25
|
||
|
- name: smtps
|
||
|
port: 465
|
||
|
protocol: TCP
|
||
|
targetPort: 465
|
||
|
- name: smtp-startls
|
||
|
port: 587
|
||
|
protocol: TCP
|
||
|
targetPort: 587
|
||
|
- name: imap
|
||
|
port: 143
|
||
|
protocol: TCP
|
||
|
targetPort: 143
|
||
|
- name: imaps
|
||
|
port: 993
|
||
|
protocol: TCP
|
||
|
targetPort: 993
|
||
|
- name: pop3
|
||
|
port: 110
|
||
|
protocol: TCP
|
||
|
targetPort: 110
|
||
|
- name: pop3s
|
||
|
port: 995
|
||
|
protocol: TCP
|
||
|
targetPort: 995
|
||
|
podAnnotations:
|
||
|
proxy.istio.io/config: '{"gatewayTopology" : { "numTrustedProxies": 0, "forwardClientCertDetails": SANITIZE } }'
|
||
|
resources:
|
||
|
requests:
|
||
|
cpu: 100m
|
||
|
memory: 128Mi
|
||
|
limits:
|
||
|
cpu: 200m
|
||
|
memory: 1024Mi
|