Skip to content

Commit

Permalink
fix: update k8s values file to include secmon image for NIM K8s deplo…
Browse files Browse the repository at this point in the history
…yment (#192)

* fix update k8s values file

* fix: update network policies with secmon

---------

Co-authored-by: Alan Dooley <a.dooley@f5.com>
Co-authored-by: Travis Martin <33876974+travisamartin@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 12, 2025
1 parent 5f5420c commit 93c775d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions content/nim/deploy/kubernetes/deploy-using-helm.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,27 +132,31 @@ The `values.yaml` file customizes the Helm chart installation without modifying
- name: regcred
apigw:
image:
repository: private-registry.nginx.com/nms-apigw
repository: private-registry.nginx.com/nms/apigw
tag: <version>
core:
image:
repository: private-registry.nginx.com/nms-core
repository: private-registry.nginx.com/nms/core
tag: <version>
dpm:
image:
repository: private-registry.nginx.com/nms-dpm
repository: private-registry.nginx.com/nms/dpm
tag: <version>
ingestion:
image:
repository: private-registry.nginx.com/nms-ingestion
repository: private-registry.nginx.com/nms/ingestion
tag: <version>
integrations:
image:
repository: private-registry.nginx.com/nms-integrations
repository: private-registry.nginx.com/nms/integrations
tag: <version>
secmon:
image:
repository: private-registry.nginx.com/nms/secmon
tag: <version>
utility:
image:
repository: private-registry.nginx.com/nms-utility
repository: private-registry.nginx.com/nms/utility
tag: <version>
```
Expand Down Expand Up @@ -212,6 +216,7 @@ By default, the following network policies will be created in the release namesp
dpm app.kubernetes.io/name=dpm 4m47s
ingestion app.kubernetes.io/name=ingestion 4m47s
integrations app.kubernetes.io/name=integrations 4m47s
secmon app.kubernetes.io/name=secmon 4m47s
utility app.kubernetes.io/name=integrations 4m47s
```

Expand Down

0 comments on commit 93c775d

Please sign in to comment.