Skip to content

Latest commit

 

History

History
67 lines (56 loc) · 3.62 KB

README.md

File metadata and controls

67 lines (56 loc) · 3.62 KB

cloud-portal

Version: 0.4.1 Type: application AppVersion: v0.2.1

APPUiO Cloud Portal (Web Frontend)

Homepage: https://appuio.cloud

Installation

helm repo add appuio https://charts.appuio.ch
helm install cloud-portal appuio/cloud-portal

Values

Key Type Default Description
affinity object {}
fullnameOverride string ""
image.pullPolicy string "IfNotPresent" Container image pull policy. If set to empty, then Kubernetes default behaviour applies.
image.registry string "ghcr.io" Container image registry
image.repository string "appuio/cloud-portal" Location of the container image
image.tag string "v0.2.1" Container image tag
imagePullSecrets list [] List of image pull secrets if custom image is behind authentication.
ingress.annotations object {} Additional annotations for the Ingress object
ingress.enabled bool false Whether to deploy an Ingress
ingress.hosts list [] See Kubernetes Docs for a guide to setup Ingress hosts
ingress.tls list [] See Kubernetes Docs for a guide to setup TLS on Ingress
nameOverride string ""
nodeSelector object {}
podAnnotations object {} Annotations to add to the Pod spec.
podSecurityContext object {} Security context to add to the Pod spec.
portal.config object {} Arbitrary (nested) keys and values that are put as JSON into config.json as a static frontend asset. Don't put secret values here, as this file is publicly accessible.
portal.env object {} Arbitrary {key:string} values that are used to configure additional environment variables. They are meant to configure NGINX config files (envsubst)
replicaCount int 1
resources.limits.memory string "128Mi"
resources.requests.cpu string "20m"
resources.requests.memory string "32Mi"
route.annotations object {} Additional annotations for the Route object
route.enabled bool false Whether to deploy a Route
route.host string "" Hostname to expose. If empty, a name will be generated by OpenShift.
route.name string "" metadata.name of the Route. May be used to generate the spec.host. Defaults to fullname.
securityContext object {} Container security context
service.nodePort int 0 Node port number if type is NodePort
service.port int 8080 Service port number
service.type string "ClusterIP" Service type
serviceAccount.annotations object {} Annotations to add to the service account
serviceAccount.create bool true Specifies whether a service account should be created
serviceAccount.name string "" The name of the service account to use. If not set and create is true, a name is generated using the fullname template
tolerations list []

Source Code