Files
shuffle-cracked/functions/extensions/k8s/shuffle/templates/tests/test-connection.yaml
T
2021-09-21 01:06:27 +02:00

16 lines
379 B
YAML

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