Skip to content

Latest commit

 

History

History

frontend

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Helm Chart for frontend

Version: 1.6.0 Type: application AppVersion: 1.0

Frontend application running in nginx, based on create-react-app.

Installing the Chart

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

Uninstalling the Chart

To uninstall the frontend installation:

helm uninstall frontend

Configuration

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

Sources

Maintainer

Name Email Url
Romanov Alexey [email protected] https://romanow.github.io