mirror of
https://github.com/rancher/rke.git
synced 2025-09-15 22:49:13 +00:00
Add HA
Add relative path for local kube config Add default cluster yaml config name
This commit is contained in:
7
package/nginx-proxy/entrypoint.sh
Executable file
7
package/nginx-proxy/entrypoint.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Run confd
|
||||
confd -onetime -backend env
|
||||
|
||||
# Start nginx
|
||||
nginx -g 'daemon off;'
|
Reference in New Issue
Block a user