Files
enginex-bi_series-vc-cnn/helm-chart/asr-tco/templates/tests/test-connection.yaml
zhousha 55a67e817e update
2025-08-06 15:38:55 +08:00

16 lines
383 B
YAML

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