helm-charts/charts/stable/homebox/templates/service.yaml

12 lines
265 B
YAML
Raw Normal View History

2023-06-25 15:08:31 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ .Release.Name }}
namespace: {{ .Values.namespace }}
labels:
2023-06-26 13:54:58 +00:00
{{- include "homebox.labels" . | nindent 4 }}
2023-06-25 15:08:31 +00:00
spec:
ports:
- port: 7745
selector:
2023-06-26 13:54:58 +00:00
{{- include "homebox.selectorLabels" . | nindent 4 }}