-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
4 changed files
with
80 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,43 +45,44 @@ The command removes all the Kubernetes components associated with the chart and | |
|
||
The following table lists the configurable parameters of the `service-gateway` chart and their default values. | ||
|
||
| Parameter | Description | Default | | ||
|----------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| nameOverride | Overrides name template | <code>""</code> | | ||
| fullnameOverride | Overrides fullname template | <code>""</code> | | ||
| clusterMetadata.uid | | <code>TBD</code> | | ||
| clusterMetadata.name | | <code>TBD</code> | | ||
| infra.host | | <code>chart-example.local</code> | | ||
| infra.hostType | | <code>domain</code> | | ||
| infra.tls.issuer | | <code>"ca" # ca,letsencrypt,letsencrypt-staging,external</code> | | ||
| infra.tls.ca.cert | | <code>""</code> | | ||
| infra.tls.ca.key | | <code>""</code> | | ||
| infra.tls.acme.email | | <code>[email protected]</code> | | ||
| infra.tls.acme.solver | | <code>Gateway</code> | | ||
| infra.tls.certificate.cert | | <code>""</code> | | ||
| infra.tls.certificate.key | | <code>""</code> | | ||
| infra.tls.jks.keystore | | <code></code> | | ||
| infra.tls.jks.truststore | | <code></code> | | ||
| infra.tls.jks.password | | <code>""</code> | | ||
| infra.dns.provider | | <code>"external" # external,cloudflare,route53,cloudDNS</code> | | ||
| infra.dns.auth | | <code>{}</code> | | ||
| gateway.enabled | | <code>true</code> | | ||
| gateway-dns.enabled | | <code>false</code> | | ||
| cluster.tls.issuer | | <code>"ca" # ca,vault</code> | | ||
| cluster.tls.ca.cert | | <code>""</code> | | ||
| cluster.tls.ca.key | | <code>""</code> | | ||
| envoy.image | | <code>ghcr.io/voyagermesh/envoy</code> | | ||
| envoy.tag | | <code>"v1.29.9-ac"</code> | | ||
| envoy.securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> | | ||
| echoserver.image | | <code>ghcr.io/voyagermesh/echoserver</code> | | ||
| echoserver.tag | | <code>"v20221109"</code> | | ||
| echoserver.securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> | | ||
| Parameter | Description | Default | | ||
|-----------------------------------|-----------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| nameOverride | Overrides name template | <code>""</code> | | ||
| fullnameOverride | Overrides fullname template | <code>""</code> | | ||
| clusterMetadata.uid | | <code>tbd</code> | | ||
| clusterMetadata.name | | <code>tbd</code> | | ||
| infra.host | | <code>chart-example.local</code> | | ||
| infra.hostType | | <code>domain</code> | | ||
| infra.tls.issuer | | <code>"ca" # ca,letsencrypt,letsencrypt-staging,external</code> | | ||
| infra.tls.ca.cert | | <code>""</code> | | ||
| infra.tls.ca.key | | <code>""</code> | | ||
| infra.tls.acme.email | | <code>[email protected]</code> | | ||
| infra.tls.acme.solver | | <code>Gateway</code> | | ||
| infra.tls.certificate.cert | | <code>""</code> | | ||
| infra.tls.certificate.key | | <code>""</code> | | ||
| infra.tls.jks.keystore | | <code></code> | | ||
| infra.tls.jks.truststore | | <code></code> | | ||
| infra.tls.jks.password | | <code>""</code> | | ||
| infra.dns.provider | | <code>"external" # external,cloudflare,route53,cloudDNS</code> | | ||
| infra.dns.auth | | <code>{}</code> | | ||
| gateway.enabled | | <code>true</code> | | ||
| gateway.gateway-converter.enabled | | <code>false</code> | | ||
| gateway-dns.enabled | | <code>false</code> | | ||
| cluster.tls.issuer | | <code>"ca" # ca,vault</code> | | ||
| cluster.tls.ca.cert | | <code>""</code> | | ||
| cluster.tls.ca.key | | <code>""</code> | | ||
| envoy.image | | <code>ghcr.io/voyagermesh/envoy</code> | | ||
| envoy.tag | | <code>"v1.29.9-ac"</code> | | ||
| envoy.securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> | | ||
| echoserver.image | | <code>ghcr.io/voyagermesh/echoserver</code> | | ||
| echoserver.tag | | <code>"v20221109"</code> | | ||
| echoserver.securityContext | | <code>{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"privileged":false,"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534,"seccompProfile":{"type":"RuntimeDefault"}}</code> | | ||
|
||
|
||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm upgrade -i`. For example: | ||
|
||
```bash | ||
$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2024.10.24 --set clusterMetadata.uid=TBD | ||
$ helm upgrade -i service-gateway appscode/service-gateway -n ace --create-namespace --version=v2024.10.24 --set clusterMetadata.uid=tbd | ||
``` | ||
|
||
Alternatively, a YAML file that specifies the values for the parameters can be provided while | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.