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