5409fd28b0
``` Added: gluu/: - 5.0.10 Updated: argo/argo-cd: - 5.21.0 bitnami/postgresql: - 12.2.0 bitnami/redis: - 17.7.4 bitnami/tomcat: - 10.5.15 bitnami/wordpress: - 15.2.42 cockroach-labs/cockroachdb: - 10.0.4 codefresh/cf-runtime: - 1.9.7 datadog/datadog: - 3.10.7 f5/nginx-ingress: - 0.16.2 f5/nginx-service-mesh: - 0.7.0 gitlab/gitlab: - 6.8.3 haproxy/haproxy: - 1.28.1 jenkins/jenkins: - 4.3.2 kasten/k10: - 5.5.5 kong/kong: - 2.16.5 kubecost/cost-analyzer: - 1.100.2 kuma/kuma: - 2.1.1 redpanda/redpanda: - 2.10.1 speedscale/speedscale-operator: - 1.2.22 sysdig/sysdig: - 1.15.72 traefik/traefik: - 21.1.0 triggermesh/triggermesh: - 0.6.3 ``` |
||
---|---|---|
.. | ||
configs | ||
crds | ||
rancher-files | ||
templates | ||
Chart.yaml | ||
README.md | ||
app-readme.md | ||
chart-icon.png | ||
embed.go | ||
questions.yaml | ||
values.schema.json | ||
values.yaml |
README.md
NGINX Service Mesh
Before deploying NGINX Service Mesh, see the Platform Guide to ensure your environment is properly configured. If Persistent Storage is not configured in your cluster, set the mTLS.persistentStorage
field to off
. Verify that no other service meshes exist in your Kubernetes cluster. It is advised to install NGINX Service Mesh in a dedicated namespace.
Helm Installation and Configuration
For information on the configuration options and installation process when using Helm with NGINX Service Mesh, see the Installation Guide.
We recommend deploying the mesh with auto-injection disabled globally, using the --set disableAutoInjection=true
flag. This ensures that Pods are not automatically injected without your consent, especially in system namespaces.
To opt-in a namespace you can label it with injector.nsm.nginx.com/auto-inject=enabled
or use the flag --set autoInjection.enabledNamespaces={namespace-1, namespace-2}
.