move pixelfed into charts directory

This commit is contained in:
jessebot
2024-12-29 18:49:18 +01:00
parent 9c21d71559
commit 9f9d2e97d6
13 changed files with 0 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "pixelfed.fullname" . }}
labels:
{{- include "pixelfed.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "pixelfed.selectorLabels" . | nindent 4 }}