Skip to content
Merged
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
16 changes: 8 additions & 8 deletions build/templates/applications/helm-chart/kubernetes/README.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ A Helm chart for Kubernetes
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| fullnameOverride | string | `""` | |
| image.digest | string | `""` | Image digest for immutable reference (e.g., sha256:abc123...). If set, deployed as :tag@digest. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"{{.Name}}"` | |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets[0].name | string | `"regcred"` | |
{{- if eq .IngressController "envoy" }}
| httproute.annotations | object | `{}` | |
| httproute.dnsWildcard | string | `"{{.DnsWildcard}}"` | |
| httproute.enabled | bool | `false` | |
| httproute.gateway.name | string | `"{{.GatewayName}}"` | |
| httproute.gateway.namespace | string | `"{{.GatewayNamespace}}"` | |
| httproute.gateway | object | `{"name":"{{.GatewayName}}","namespace":"{{.GatewayNamespace}}"}` | Parent Gateway the HTTPRoute attaches to. Defaults to the platform gateway. |
| httproute.hosts[0].host | string | `"edpDefault"` | |
| httproute.hosts[0].paths[0].path | string | `"/"` | |
| httproute.hosts[0].paths[0].pathType | string | `"PathPrefix"` | |
{{- else }}
{{- end }}
| image.digest | string | `""` | Image digest for immutable reference (e.g., sha256:abc123...). If set, deployed as :tag@digest. |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"{{.Name}}"` | |
| image.tag | string | `""` | Overrides the image tag whose default is the chart appVersion. |
| imagePullSecrets[0].name | string | `"regcred"` | |
{{- if ne .IngressController "envoy" }}
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.dnsWildcard | string | `"{{.DnsWildcard}}"` | |
Expand Down
Loading