diff options
Diffstat (limited to 'k8s/payloads-processor/templates/tests/test-connection.yaml')
-rw-r--r-- | k8s/payloads-processor/templates/tests/test-connection.yaml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/k8s/payloads-processor/templates/tests/test-connection.yaml b/k8s/payloads-processor/templates/tests/test-connection.yaml deleted file mode 100644 index 279e613..0000000 --- a/k8s/payloads-processor/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "payloads-processor.fullname" . }}-test-connection" - labels: - {{- include "payloads-processor.labels" . | nindent 4 }} - annotations: - "helm.sh/hook": test -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "payloads-processor.fullname" . }}:{{ .Values.service.port }}'] - restartPolicy: Never |