You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prodwork01-mobene-deployment/templates/pgadmin/service.yaml

14 lines
230 B
YAML

---
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