Key | Type | Default | Description |
---|---|---|---|
backend.imageName | string | "lucarocco97/liqo-dashboard-backend" |
Backend dashboard image name |
backend.ingress.annotations | object | {} |
Backend ingress' annotations |
backend.port | int | 8080 |
Server's port |
backend.replicas | int | 1 |
Number of replicas of backend's pods |
backend.service.type | string | "ClusterIP" |
Type of service. A ClusterIP service is enough because we are using an ingress |
frontend.gaTrackingID | string | "" |
Google Analytics traking ID. It enables simple GA metrics such as number of visits |
frontend.imageName | string | "lucarocco97/liqo-dashboard-frontend" |
Frontend dashboard image name |
frontend.ingress.annotations | object | {} |
Frontend ingress' annotations |
frontend.port | int | 8080 |
Frontend port |
frontend.replicas | int | 1 |
Number of replicas of frontend's pods |
frontend.service.type | string | "ClusterIP" |
Type of service. A ClusterIP service is enough because we are using an ingress |
host | string | "" |
Define a host for the ingress. It must match with the TLS certificate's host if present |
image.pullPolicy | string | "IfNotPresent" |
Pull polocy for dashboard pods |
image.tag | string | "0.5" |
Tag to get other versions of the image |
tls.secretName | string | "" |
Name of the secret which contains the TLS certificate |
Autogenerated from chart metadata using helm-docs v1.11.0