--- apiVersion: v1 kind: Service metadata: name: '{{ .Values.stage }}-pgadmin-service' spec: ports: - protocol: TCP port: 80 targetPort: http selector: app: '{{ .Values.stage }}-pgadmin' type: NodePort