apiVersion: v1 kind: Service metadata: name: console spec: ports: - port: {{ .Values.service.port }} targetPort: 80 selector: app: console