openreplay/scripts/helm/management/rancher/templates/service.yaml

21 lines
472 B
YAML
Executable file

apiVersion: v1
kind: Service
metadata:
name: {{ template "rancher.fullname" . }}
labels:
app: {{ template "rancher.fullname" . }}
chart: {{ .Chart.Name }}-{{ .Chart.Version }}
heritage: {{ .Release.Service }}
release: {{ .Release.Name }}
spec:
ports:
- port: 80
targetPort: 80
protocol: TCP
name: http
- port: 443
targetPort: 444
protocol: TCP
name: https-internal
selector:
app: {{ template "rancher.fullname" . }}