Frontend application running in nginx, based on create-react-app.
To install the chart with the release name frontend
:
$ helm repo add romanow https://romanow.github.io/helm-charts/
$ helm repo update
$ helm install frontend romanow/frontend
To uninstall the frontend
installation:
helm uninstall frontend
Key | Type | Default | Description |
---|---|---|---|
backendServiceName | string | null |
Upstream host |
environments | list | [] |
Additional env variables |
image | object | {
"pullPolicy": "IfNotPresent",
"repository": null,
"tag": null
} |
Image name and version |
ingress.domain | string | "romanow-alex.ru" |
Domain |
ingress.enabled | bool | true |
Enable ingress |
ingress.name | string | .Release.Name |
Ingress name |
port | int | 3000 |
nginx port |
resources.limits | object | {
"cpu": "200m",
"memory": "128Mi"
} |
Limited resources |
resources.requests | object | {
"cpu": "100m",
"memory": "128Mi"
} |
Requested resources |
secrets | list | [] |
Additional secrets |
Name | Url | |
---|---|---|
Romanov Alexey | [email protected] | https://romanow.github.io |