Skip to content

Commit

Permalink
fix NGINX_SERVICE value with http://
Browse files Browse the repository at this point in the history
  • Loading branch information
AmelieLoulergue committed Dec 19, 2024
1 parent 8adb2ac commit 03847c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensource/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ spec:
- name: DUMP_FOLDER_PATH
value: "{{ default "/dumps" .Values.redis.dumpFolderPath }}"
- name: NGINX_SERVICE
value: {{.Release.Name}}-nginx-service
value: http://{{.Release.Name}}-nginx-service
- name: NGINX_INGRESS
value: '{{.Values.protocol}}://{{.Values.env}}{{.Values.domain}}'
- name: IMAGE_SERVICE
Expand Down

0 comments on commit 03847c5

Please sign in to comment.