2023-10-09 16:38:06 +02:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Service
|
|
|
|
metadata:
|
|
|
|
name: roundcube
|
|
|
|
labels:
|
|
|
|
app: roundcube
|
|
|
|
spec:
|
|
|
|
selector:
|
|
|
|
app: roundcube
|
|
|
|
tier: frontend
|
2023-10-12 13:55:05 +02:00
|
|
|
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
|
2023-10-10 15:36:27 +02:00
|
|
|
protocol: TCP
|
|
|
|
targetPort: 80
|