20 lines
300 B
YAML
20 lines
300 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: roundcube
|
|
labels:
|
|
app: roundcube
|
|
spec:
|
|
selector:
|
|
app: roundcube
|
|
tier: frontend
|
|
type: LoadBalancer
|
|
status:
|
|
loadBalancer:
|
|
ingress:
|
|
- ip: 192.0.2.127
|
|
ports:
|
|
- nodePort: 30180
|
|
port: 80
|
|
protocol: TCP
|
|
targetPort: 80 |