blob: 090bf9df5ce0f70ade04117dd4a55d0f3ccf783e [file] [log] [blame]
{{/*
# Copyright 2022-present Open Networking Foundation
# SPDX-License-Identifier: Apache-2.0
*/}}
apiVersion: v1
kind: Pod
metadata:
name: "{{ include "aether-enodebd.fullname" . }}-test-connection"
labels:
{{- include "aether-enodebd.labels" . | nindent 4 }}
annotations:
"helm.sh/hook": test
spec:
containers:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "aether-enodebd.fullname" . }}:{{ .Values.service.port }}']
restartPolicy: Never