UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
test-service.yaml 662 B
Newer Older
metadata:
  name: kubevirt-service-test
  namespace: {{ .Release.Namespace }}
  annotations:
    "helm.sh/hook": test
    # post-install was deploying this job immediately with helm install
    "helm.sh/hook-delete-policy": hook-succeeded
    {{- with .Values.imagePullSecrets }}
      imagePullSecrets:
        {{- toYaml . | nindent 8 }}
    {{- end }}
      containers:
        - command: ["/bin/sh"]
          args: ["-c", "nc -w 3 virt-api.kubevirt.svc.cluster.local 443;exit $?;"]
  backoffLimit: 10