Browse Source

rollback

master
Keny Villela 2 years ago
parent
commit
082dada654
  1. 13
      charts/sigi/v0.1.0/templates/service.yaml

13
charts/sigi/v0.1.0/templates/service.yaml

@ -7,14 +7,9 @@ metadata:
spec: spec:
type: {{ .Values.service.type }} type: {{ .Values.service.type }}
ports: ports:
# hack para testar se funciona - port: {{ .Values.service.port }}
- port: 8000 targetPort: http
targetPort: 80 protocol: TCP
name: 8000 name: http
# Original a ser revisto
# - port: {{ .Values.service.port }}
# targetPort: http
# protocol: TCP
# name: http
selector: selector:
{{- include "sigi.selectorLabels" . | nindent 4 }} {{- include "sigi.selectorLabels" . | nindent 4 }}

Loading…
Cancel
Save