| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| _helpers.tpl | ||
| metrics-service.yaml | ||
| nginx-configmap.yaml | ||
| prometheus.yaml | ||
| rbac.yaml | ||
| secrets.yaml | ||
| service.yaml | ||
| servicemonitor.yaml |
**Problem:** When we start nginx in our start-up script, the nginx process would become the child process of start-up script process and not process 1. In this case, the kill signal from kubelet/docker will be sent to start-up script instead of nginx so the nginx process won't stop after kill. **Solution:** Change the proxy command and let nginx start at process 1.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| _helpers.tpl | Loading commit data... | |
| metrics-service.yaml | Loading commit data... | |
| nginx-configmap.yaml | Loading commit data... | |
| prometheus.yaml | Loading commit data... | |
| rbac.yaml | Loading commit data... | |
| secrets.yaml | Loading commit data... | |
| service.yaml | Loading commit data... | |
| servicemonitor.yaml | Loading commit data... |