Add deployment test for ix-chart
This commit is contained in:
@@ -0,0 +1,17 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Pod
|
||||||
|
metadata:
|
||||||
|
name: "{{ .Release.Name }}-deployment-test"
|
||||||
|
annotations:
|
||||||
|
"helm.sh/hook": test
|
||||||
|
spec:
|
||||||
|
containers:
|
||||||
|
- name: {{ .Release.Name }}-deployment-test
|
||||||
|
image: "busybox"
|
||||||
|
command:
|
||||||
|
- nc
|
||||||
|
args:
|
||||||
|
- "-vz"
|
||||||
|
- "{{ .Release.Name }}-ix-chart"
|
||||||
|
- "80"
|
||||||
|
restartPolicy: Never
|
||||||
Reference in New Issue
Block a user