webserver-k8s/kustomize/roundcube-svc.yaml

16 lines
237 B
YAML
Raw Normal View History

2023-10-09 16:38:06 +02:00
apiVersion: v1
kind: Service
metadata:
name: roundcube
labels:
app: roundcube
spec:
selector:
app: roundcube
tier: frontend
type: NodePort
2023-10-09 16:38:06 +02:00
ports:
2023-10-09 16:39:07 +02:00
- nodePort: 30180
2023-10-09 16:38:06 +02:00
port: 80
protocol: TCP
targetPort: 80