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.
17 lines
389 B
17 lines
389 B
{{- if .Values.instance.zeoclient }}
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: {{ include "portalmodelo.fullname" . }}-zeoserver
|
|
labels:
|
|
{{- include "portalmodelo.labels" . | nindent 4 }}
|
|
spec:
|
|
ports:
|
|
- port: 8100
|
|
targetPort: 8100
|
|
protocol: TCP
|
|
name: "8100"
|
|
selector:
|
|
{{- include "portalmodelo.zeoserverSelectorLabels" . | nindent 4 }}
|
|
{{- end }}
|
|
|
|
|