15 lines
204 B
YAML
15 lines
204 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: roundcube
|
||
|
labels:
|
||
|
app: roundcube
|
||
|
spec:
|
||
|
selector:
|
||
|
app: roundcube
|
||
|
tier: frontend
|
||
|
type: LoadBalancer
|
||
|
ports:
|
||
|
- nodePort: 8082
|
||
|
port: 80
|