semyonmor

Results 8 comments of semyonmor

@mtcolman Please reopen the issue if it is still relevant please open a new issue and add more details

hey @techish-io you can use for example the option `envoy.enabled=true`or `global.gateway.service.type=LoadBalancer` in both options, the gateway IP will be exposed.

@techish-io any update from your side?

> @techish-io any update from your side? hi @techish-io we replied to your issue with the below answer "you can use for example the option envoy.enabled=trueor global.gateway.service.type=LoadBalancer in both options,...

@nicolasappdirect My apologies for the delay with the answer What AKS version are you're using now? and which version did you use before the upgarde?

You can define container securityContext https://github.com/aquasecurity/aqua-helm/blob/bbec888248610b7da536a6894d13272814094064/enforcer/templates/enforcer-daemonset.yaml#L61 using the below section in `values.yaml` by adding any required and supported values https://github.com/aquasecurity/aqua-helm/blob/bbec888248610b7da536a6894d13272814094064/enforcer/values.yaml#L84 And for pod securityContext https://github.com/aquasecurity/aqua-helm/blob/bbec888248610b7da536a6894d13272814094064/enforcer/templates/enforcer-daemonset.yaml#L59 by using the below section...