fix-test-pod (#56)
fix-test-pod service name and port was wrong and was preventing the helm chart deployment Co-authored-by: javier <[email protected]> Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/56 Reviewed-by: techknowlogick <[email protected]> Reviewed-by: luhahn <[email protected]> Co-Authored-By: JPRbrs <[email protected]> Co-Committed-By: JPRbrs <[email protected]>
This commit is contained in:
committed by
luhahn
co-authored by
javier
parent
f62b82e956
commit
5398b99514
@@ -11,5 +11,5 @@ spec:
|
||||
- name: wget
|
||||
image: busybox
|
||||
command: ['wget']
|
||||
args: ['{{ include "gitea.fullname" . }}:{{ .Values.service.port }}']
|
||||
args: ['{{ include "gitea.fullname" . }}-http:{{ .Values.service.http.port }}']
|
||||
restartPolicy: Never
|
||||
Reference in New Issue
Block a user