mirror of
https://github.com/bitnami/charts.git
synced 2026-03-13 14:57:24 +08:00
* [bitnami/external-dns] feat: ✨ Add support for PSA restricted policy Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> * test: ✅ Update runtime_parameters with containerSecurityContext Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com> --------- Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
19 lines
305 B
YAML
19 lines
305 B
YAML
containerPorts:
|
|
http: 7980
|
|
provider: inmemory
|
|
service:
|
|
ports:
|
|
http: 80
|
|
type: LoadBalancer
|
|
serviceAccount:
|
|
create: true
|
|
automountServiceAccountToken: true
|
|
rbac:
|
|
create: true
|
|
clusterRole: true
|
|
podSecurityContext:
|
|
enabled: true
|
|
fsGroup: 1002
|
|
containerSecurityContext:
|
|
runAsUser: 1002
|