rancher-charts/charts/ui-plugin-operator/102.0.0+up0.2.0/templates/service.yaml

16 lines
394 B
YAML
Raw Normal View History

2023-04-04 20:45:45 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ .Chart.Name }}
labels:
{{- include "ui-plugin-operator.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
protocol: TCP
name: http
selector:
{{- include "ui-plugin-operator.selectorLabels" . | nindent 4 }}