Interlegis Public Rancher Charts for Kubernetes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
574 B

{{- if .Values.audiencias.enabled }}
apiVersion: v1
kind: Service
metadata:
name: audienciasweb
labels:
{{- include "edemocracia.labels" . | nindent 4 }}
io.kompose.service: {{ include "edemocracia.fullname" . }}-audienciasweb
spec:
type: {{ .Values.audiencias.service.type }}
ports:
- port: {{ .Values.audiencias.service.port }}
targetPort: 8000
protocol: TCP
name: "8000"
selector:
{{- include "edemocracia.selectorLabels" . | nindent 4 }}
io.kompose.service: {{ include "edemocracia.fullname" . }}-audienciasweb
{{- end }}