add ports

This commit is contained in:
2023-03-14 21:07:11 +00:00
parent 808c970b78
commit 9a72eef374
3 changed files with 43 additions and 15 deletions

View File

@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ['{{ include "unifi-controller.fullname" . }}:{{ .Values.service.port }}']
args: ['{{ include "unifi-controller.fullname" . }}:8080']
restartPolicy: Never