feat: SilverBullet chart (#54)

This commit is contained in:
2024-02-14 22:39:42 +01:00
committed by GitHub
parent ae11cb1378
commit 1c27124be9
13 changed files with 495 additions and 0 deletions

View File

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