oecis-charts/charts/trilium/templates/service.yaml

16 lines
361 B
YAML
Raw Normal View History

2023-10-08 15:33:58 +00:00
apiVersion: v1
kind: Service
metadata:
name: {{ include "trilium.fullname" . }}
labels:
{{- include "trilium.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "trilium.selectorLabels" . | nindent 4 }}