rancher-charts/charts/epinio/102.0.3+up1.8.1/templates/ui/service.yaml

21 lines
427 B
YAML
Raw Normal View History

2023-06-13 08:32:16 +00:00
{{- if .Values.epinioUI.enabled }}
---
apiVersion: v1
kind: Service
metadata:
name: epinio-ui
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: epinio-ui
app.kubernetes.io/instance: {{ .Release.Name }}
spec:
type: ClusterIP
selector:
app.kubernetes.io/name: epinio-ui
app.kubernetes.io/instance: {{ .Release.Name }}
ports:
- name: ui
port: 80
targetPort: 8000
{{- end }}