16 lines
316 B
YAML
16 lines
316 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: rio
|
|
labels: {{- include "common.app.labels" . | nindent 4 }}
|
|
spec:
|
|
selector: {{- include "common.app.labels" . | nindent 4 }}
|
|
ports:
|
|
- port: 8080
|
|
name: http
|
|
protocol: TCP
|
|
- port: 4443
|
|
name: https
|
|
protocol: TCP
|
|
type: ClusterIP |