Skip to content

Commit

Permalink
helm(search): fix location of entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nsantacruz committed Nov 29, 2023
1 parent fcac874 commit 29ec9de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helm-chart/sefaria-project/templates/rollout/nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ spec:
- name: nginx
image: "{{ .Values.nginx.containerImage.imageRegistry }}:{{ .Values.nginx.containerImage.tag }}"
imagePullPolicy: Always
command:
- /entrypoint.sh
command: ["bash", "-c", "/usr/src/entrypoint.sh"]
ports:
- containerPort: 80
- containerPort: 443
Expand Down

0 comments on commit 29ec9de

Please sign in to comment.