rancher-partner-charts/charts/hpe/hpe-csi-info-metrics/templates/tests/test-hpe-csi-info-metrics.yaml

20 lines
492 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: "hpe-csi-info-metrics-test"
namespace: {{ .Release.Namespace }}
labels:
app: hpe-csi-info-metrics
annotations:
"helm.sh/hook": test
spec:
containers:
- name: csi-info-metrics-test
image: busybox
imagePullPolicy: "IfNotPresent"
command: ['wget']
args:
- "-O-"
- 'hpe-csi-info-metrics-service.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.service.port }}/metrics'
restartPolicy: Never