apiVersion: v1 kind: Service metadata: labels: app: uui name: uui namespace: "{{ .Values.nsPrefix }}-uui" spec: ports: - name: uui nodePort: {{ .Values.uuiPortPrefix }}98 port: 8080 selector: app: uui type: NodePort