File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -103,12 +103,12 @@ API to update the handled resources' statuses and emit events.
103
103
mounted ` nginx-conf ` volume, located at ` /etc/nginx/conf.d ` . It also writes * TLS certificates* and * keys*
104
104
from [ TLS Secrets] [ secrets ] referenced in the accepted Gateway resource to the ` nginx-secrets ` volume at the
105
105
path ` /etc/nginx/secrets ` .
106
- - Read: * NKG* reads the PID file ` nginx.pid ` from the ` nginx-var- run ` volume, located at ` /var/run/nginx ` . * NKG*
106
+ - Read: * NKG* reads the PID file ` nginx.pid ` from the ` nginx-run ` volume, located at ` /var/run/nginx ` . * NKG*
107
107
extracts the PID of the nginx process from this file in order to send reload signals to * NGINX master* .
108
108
3 . (File I/O) * NKG* writes logs to its * stdout* and * stderr* , which are collected by the container runtime.
109
109
4 . (Signal) To reload NGINX, * NKG* sends the [ reload signal] [ reload ] to the ** NGINX master** .
110
110
5 . (File I/O)
111
- - Write: The * NGINX master* writes its PID to the ` nginx.pid ` file stored in the ` nginx-var- run ` volume.
111
+ - Write: The * NGINX master* writes its PID to the ` nginx.pid ` file stored in the ` nginx-run ` volume.
112
112
- Read: The * NGINX master* reads * configuration files* and the * TLS cert and keys* referenced in the configuration when
113
113
it starts or during a reload. These files, certificates, and keys are stored in the ` nginx-conf ` and ` nginx-secrets `
114
114
volumes that are mounted to both the ` nginx-gateway ` and ` nginx ` containers.
You can’t perform that action at this time.
0 commit comments