一些更新

This commit is contained in:
Sense T
2026-05-10 02:02:43 +00:00
parent 664d254f80
commit 89e615bd92
56 changed files with 2579 additions and 50 deletions
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "trilium-notes.fullname" . }}-headless
labels:
{{- include "trilium-notes.labels" . | nindent 4 }}
spec:
clusterIP: None
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 8080
protocol: TCP
selector:
{{- include "trilium-notes.selectorLabels" . | nindent 4 }}