Files
2026-05-10 02:02:43 +00:00

16 lines
379 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "trilium-notes.fullname" . }}
labels:
{{- include "trilium-notes.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 8080
protocol: TCP
selector:
{{- include "trilium-notes.selectorLabels" . | nindent 4 }}