ungleich-k8s/apps/ejabberd/templates/tests/test-connection.yaml

14 lines
286 B
YAML
Raw Normal View History

apiVersion: v1
kind: Pod
metadata:
name: "{{ tpl .Values.identifier . }}-test-connection"
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['https://{{ tpl .Values.fqdn . }}']
restartPolicy: Never