k8s-manifests/rds/base/charts/layer0_describo/templates/tests/test-connection.yaml

16 lines
404 B
YAML
Raw Normal View History

2023-05-03 09:19:45 +00:00
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "layer0_describo.fullname" . }}-test-research"
labels:
{{ include "layer0_describo.labels" . | indent 4 }}
annotations:
"helm.sh/hook": test-success
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "layer0_describo.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never