16 lines
241 B
YAML
16 lines
241 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: roundcube
|
|
labels:
|
|
app: roundcube
|
|
spec:
|
|
selector:
|
|
app: roundcube
|
|
tier: frontend
|
|
type: LoadBalancer
|
|
ports:
|
|
- nodePort: 30180
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80 |