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
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "pixelfed.fullname" . }}-test-connection"
labels:
{{- include "pixelfed.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "pixelfed.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never