You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nginx-agent-docker/manifests/1.nginx-with-agent.yaml
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ spec:
24
24
containerPort: 80
25
25
env:
26
26
- name: NIM_HOST
27
-
#Default value to use if NGINX Instance Manager is installed using https://github.com/nginxinc/NGINX-Demos/tree/master/nginx-nms-docker or https://github.com/fabriziofiorucci/NGINX-NMS-Docker
27
+
# NGINX Instance Manager hostname or IP address
28
28
value: "nginx-nim2.nginx-nim2"
29
29
- name: NIM_GRPC_PORT
30
30
value: "443"
@@ -35,16 +35,16 @@ spec:
35
35
- name: NIM_TAGS
36
36
value: "preprod,devops"
37
37
38
+
# Optional to enable advanced metrics collection - set to "true" to enable
39
+
- name: NIM_ADVANCED_METRICS
40
+
value: "true"
41
+
38
42
# Optional if NGINX App Protect WAF is available in the docker image - set to "true" to enable
39
43
#- name: NAP_WAF
40
44
# value: "true"
41
45
#- name: NAP_WAF_PRECOMPILED_POLICIES
42
46
# value: "true"
43
47
44
-
# Optional if API Connectivity Manager Developer Portal is available in the docker image - set to "true" to enable
0 commit comments