11 lines
159 B
YAML
11 lines
159 B
YAML
|
|
apiVersion: v1
|
||
|
|
kind: Service
|
||
|
|
metadata:
|
||
|
|
name: console
|
||
|
|
spec:
|
||
|
|
ports:
|
||
|
|
- port: {{ .Values.service.port }}
|
||
|
|
targetPort: 80
|
||
|
|
selector:
|
||
|
|
app: console
|