Upload files to "affine/templates"

This commit is contained in:
2025-10-31 15:51:20 +00:00
parent feb6d71e19
commit a864c75a68
4 changed files with 89 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "affine.fullname" . }}
labels: {{- include "affine.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector: {{- include "affine.selectorLabels" . | nindent 4 }}