mirror of
https://github.com/Thumbscrew/k8s-charts.git
synced 2025-07-13 01:17:32 +00:00
add ports
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user