chore: Move helm charts to project root

This commit is contained in:
jeangab
2024-04-12 16:09:40 -04:00
parent 5ad389dc8a
commit efa04b495f
11 changed files with 0 additions and 0 deletions

View File

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