Skip to content

Commit 93c775d

Browse files
balakoteswarADubhlaoichtravisamartin
authored
fix: update k8s values file to include secmon image for NIM K8s deployment (#192)
* fix update k8s values file * fix: update network policies with secmon --------- Co-authored-by: Alan Dooley <[email protected]> Co-authored-by: Travis Martin <[email protected]>
1 parent 5f5420c commit 93c775d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

content/nim/deploy/kubernetes/deploy-using-helm.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,27 +132,31 @@ The `values.yaml` file customizes the Helm chart installation without modifying
132132
- name: regcred
133133
apigw:
134134
image:
135-
repository: private-registry.nginx.com/nms-apigw
135+
repository: private-registry.nginx.com/nms/apigw
136136
tag: <version>
137137
core:
138138
image:
139-
repository: private-registry.nginx.com/nms-core
139+
repository: private-registry.nginx.com/nms/core
140140
tag: <version>
141141
dpm:
142142
image:
143-
repository: private-registry.nginx.com/nms-dpm
143+
repository: private-registry.nginx.com/nms/dpm
144144
tag: <version>
145145
ingestion:
146146
image:
147-
repository: private-registry.nginx.com/nms-ingestion
147+
repository: private-registry.nginx.com/nms/ingestion
148148
tag: <version>
149149
integrations:
150150
image:
151-
repository: private-registry.nginx.com/nms-integrations
151+
repository: private-registry.nginx.com/nms/integrations
152+
tag: <version>
153+
secmon:
154+
image:
155+
repository: private-registry.nginx.com/nms/secmon
152156
tag: <version>
153157
utility:
154158
image:
155-
repository: private-registry.nginx.com/nms-utility
159+
repository: private-registry.nginx.com/nms/utility
156160
tag: <version>
157161
```
158162
@@ -212,6 +216,7 @@ By default, the following network policies will be created in the release namesp
212216
dpm app.kubernetes.io/name=dpm 4m47s
213217
ingestion app.kubernetes.io/name=ingestion 4m47s
214218
integrations app.kubernetes.io/name=integrations 4m47s
219+
secmon app.kubernetes.io/name=secmon 4m47s
215220
utility app.kubernetes.io/name=integrations 4m47s
216221
```
217222

0 commit comments

Comments
 (0)