fix-test-pod (#56) All checks were successful continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
fix-test-pod service name and port was wrong and was preventing the helm chart deployment Co-authored-by: javier <perezrubio.javier@gmail.com> Reviewed-on: gitea/helm-chart#56 Reviewed-by: techknowlogick <techknowlogick@gitea.io> Reviewed-by: luhahn <luhahn@noreply.gitea.io> Co-Authored-By: JPRbrs <jprbrs@noreply.gitea.io> Co-Committed-By: JPRbrs <jprbrs@noreply.gitea.io>
This commit was merged in pull request #56.
This commit is contained in:
@@ -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