15 lines
205 B
YAML
15 lines
205 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
|