Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/gateway-helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To uninstall the chart:

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| certgen | object | `{"job":{"affinity":{},"annotations":{},"args":[],"nodeSelector":{},"resources":{},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}},"tolerations":[],"ttlSecondsAfterFinished":30},"rbac":{"annotations":{},"labels":{}}}` | 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. |
| certgen | object | `{"job":{"affinity":{},"annotations":{},"args":[],"nodeSelector":{},"resources":{},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532,"seccompProfile":{"type":"RuntimeDefault"}},"tolerations":[],"ttlSecondsAfterFinished":30},"rbac":{"annotations":{},"labels":{}}}` | 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. |
| config.envoyGateway | object | `{"extensionApis":{},"gateway":{"controllerName":"gateway.envoyproxy.io/gatewayclass-controller"},"logging":{"level":{"default":"info"}},"provider":{"type":"Kubernetes"}}` | EnvoyGateway configuration. Visit https://gateway.envoyproxy.io/docs/api/extension_types/#envoygateway to view all options. |
| createNamespace | bool | `false` | |
| deployment.envoyGateway.image.repository | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions charts/gateway-helm/values.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ certgen:
privileged: false
readOnlyRootFilesystem: true
runAsNonRoot: true
runAsGroup: 65534
runAsUser: 65534
runAsGroup: 65532
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
rbac:
Expand Down
2 changes: 1 addition & 1 deletion site/content/en/latest/install/gateway-helm-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The Helm chart for Envoy Gateway

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| certgen | object | `{"job":{"affinity":{},"annotations":{},"args":[],"nodeSelector":{},"resources":{},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}},"tolerations":[],"ttlSecondsAfterFinished":30},"rbac":{"annotations":{},"labels":{}}}` | 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. |
| certgen | object | `{"job":{"affinity":{},"annotations":{},"args":[],"nodeSelector":{},"resources":{},"securityContext":{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsGroup":65532,"runAsNonRoot":true,"runAsUser":65532,"seccompProfile":{"type":"RuntimeDefault"}},"tolerations":[],"ttlSecondsAfterFinished":30},"rbac":{"annotations":{},"labels":{}}}` | 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. |
| config.envoyGateway | object | `{"extensionApis":{},"gateway":{"controllerName":"gateway.envoyproxy.io/gatewayclass-controller"},"logging":{"level":{"default":"info"}},"provider":{"type":"Kubernetes"}}` | EnvoyGateway configuration. Visit https://gateway.envoyproxy.io/docs/api/extension_types/#envoygateway to view all options. |
| createNamespace | bool | `false` | |
| deployment.envoyGateway.image.repository | string | `""` | |
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/certgen-args.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/certjen-custom-scheduling.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/control-plane-with-pdb.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -579,9 +579,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/default-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/deployment-custom-topology.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -592,9 +592,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/deployment-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets:
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/deployment-priorityclass.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/deployment-repo-no-registry.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/envoy-gateway-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -566,9 +566,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/global-images-config.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -570,9 +570,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -564,9 +564,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/horizontal-pod-autoscaler.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -595,9 +595,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down
4 changes: 2 additions & 2 deletions test/helm/gateway-helm/service-customization.out.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -567,9 +567,9 @@ spec:
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65534
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65534
runAsUser: 65532
seccompProfile:
type: RuntimeDefault
imagePullSecrets: []
Expand Down