mirror of
https://github.com/TeamPiped/Piped-Kubernetes.git
synced 2024-08-14 23:57:15 +00:00
fix(charts/piped): make entrypoint actually do something
It does nothing if 1st argument is not nginx and just execs the arguments: https://github.com/nginxinc/docker-nginx/blob/master/entrypoint/docker-entrypoint.sh#L12
This commit is contained in:
parent
85a5cde0b3
commit
f4d83a9b9d
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ frontend:
|
||||||
command: "/bin/ash"
|
command: "/bin/ash"
|
||||||
args:
|
args:
|
||||||
- -c
|
- -c
|
||||||
- "sed -i s/pipedapi.kavin.rocks/$BACKEND_HOSTNAME/g /usr/share/nginx/html/assets/* && /docker-entrypoint.sh && nginx -g 'daemon off;'"
|
- "sed -i s/pipedapi.kavin.rocks/$BACKEND_HOSTNAME/g /usr/share/nginx/html/assets/* && /docker-entrypoint.sh nginx -g 'daemon off;'"
|
||||||
|
|
||||||
# resources:
|
# resources:
|
||||||
# requests:
|
# requests:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue