3 # If set, these take highest precedence and change both envoyGateway and ratelimit's container registry and pull secrets.
4 # -- Global override for image registry
6 # -- Global override for image pull secrets
8 # If set, these override image-specific values: useful when installing the chart in a private registry environment.
9 # Override image-specific values directly if a global override is not desired.
12 # This is the full image name including the hub, repo, and tag.
13 image: cgr.dev/chainguard-private/envoy-gateway-fips:latest@sha256:e41ce03c463979fe599af116127c14f93574cd7c92182ab33cba37098968e2e1
14 # Specify image pull policy if default behavior isn't desired.
15 # Default behavior: latest images will be Always else IfNotPresent.
16 pullPolicy: IfNotPresent
17 # List of secrets in the same namespace of the component that can be used to pull images from private repositories.
20 # This is the full image name including the hub, repo, and tag.
21 image: cgr.dev/chainguard-private/envoy-ratelimit-fips:latest@sha256:90aa994a45422ff83fdcbf91f67875af12248bf3e39c955b7cc4ea05d64ca2ee
22 # Specify image pull policy if default behavior isn't desired.
23 # Default behavior: latest images will be Always else IfNotPresent.
24 pullPolicy: IfNotPresent
25 # List of secrets in the same namespace of the component that can be used to pull images from private repositories.
34 # if both this and global.imageRegistry are specified, this has to include both registry and repository explicitly, eg docker.io/envoyproxy/gateway
46 allowPrivilegeEscalation: false
69 priorityClassName: null
74 prometheus.io/scrape: 'true'
75 prometheus.io/port: '19001'
77 topologySpreadConstraints: []
81 # If set to PreferClose, the Envoy fleet will prioritize connecting to the Envoy Gateway pods that are topologically closest to them.
82 trafficDistribution: ""
84 # -- Service type. Can be set to LoadBalancer with specific IP, e.g.:
86 # loadBalancerIP: 10.236.90.20
95 # -- EnvoyGateway configuration. Visit https://gateway.envoyproxy.io/docs/api/extension_types/#envoygateway to view all options.
98 controllerName: gateway.envoyproxy.io/gatewayclass-controller
105createNamespace: false
106kubernetesClusterDomain: cluster.local
107# -- Certgen is used to generate the certificates required by EnvoyGateway. If you want to construct a custom certificate, you can generate a custom certificate through Cert-Manager before installing EnvoyGateway. Certgen will not overwrite the custom certificate. Please do not manually modify `values.yaml` to disable certgen, it may cause EnvoyGateway OIDC,OAuth2,etc. to not work as expected.
119 ttlSecondsAfterFinished: 30
121 allowPrivilegeEscalation: false
126 readOnlyRootFilesystem: true