tests deleted

This commit is contained in:
titver968
2025-03-06 17:12:08 +01:00
parent ac4e0dddaf
commit a45a778091

View File

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