X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=a1mediator%2Ftemplates%2Ftests%2Ftest-connection.yaml;fp=a1mediator%2Ftemplates%2Ftests%2Ftest-connection.yaml;h=0000000000000000000000000000000000000000;hb=09edf28fd47faf808e053d6ede06315c3926fa45;hp=ca6836855b803ad58fb634cad590ca592e3a0977;hpb=e530c9a02789f83907e3044ae467711b7d5de863;p=ric-plt%2Fa1.git diff --git a/a1mediator/templates/tests/test-connection.yaml b/a1mediator/templates/tests/test-connection.yaml deleted file mode 100644 index ca68368..0000000 --- a/a1mediator/templates/tests/test-connection.yaml +++ /dev/null @@ -1,15 +0,0 @@ -apiVersion: v1 -kind: Pod -metadata: - name: "{{ include "a1mediator.fullname" . }}-test-connection" - labels: -{{ include "a1mediator.labels" . | indent 4 }} - annotations: - "helm.sh/hook": test-success -spec: - containers: - - name: wget - image: busybox - command: ['wget'] - args: ['{{ include "a1mediator.fullname" . }}:{{ .Values.httpservice.port }}'] - restartPolicy: Never