2026-01-05 11:55:00 +05:30

16 lines
448 B
YAML

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