Files
wlan-cloud-owprov-ui/helm/values.yaml
Dmitry Dunaev 9036ce0004 Fix: helm docker image version
Signed-off-by: Dmitry Dunaev <dmitry@opsfleet.com>
2022-06-30 14:56:58 +03:00

79 lines
1.6 KiB
YAML

# System
replicaCount: 1
revisionHistoryLimit: 2
nameOverride: ""
fullnameOverride: ""
images:
owprovui:
repository: tip-tip-wlan-cloud-ucentral.jfrog.io/owprov-ui
tag: main
pullPolicy: Always
services:
owprovui:
type: ClusterIP
ports:
http:
servicePort: 80
targetPort: 80
protocol: TCP
checks:
owprovui:
liveness:
httpGet:
path: /
port: http
readiness:
httpGet:
path: /
port: http
ingresses:
default:
enabled: false
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
# tls:
# - secretName: '{{ include "owprovui.fullname" . }}-default-tls' # template may be used
# cert: |
# CERT_HERE_IN_PEM
# key: |
# KEY_HERE_IN_PEM
# hosts:
# - chart-example.local
hosts:
- chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
serviceName: owprovui
servicePort: http
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# requests:
# cpu: 100m
# memory: 128Mi
# limits:
# cpu: 100m
# memory: 128Mi
nodeSelector: {}
tolerations: []
affinity: {}
podAnnotations: {}
# Application
public_env_variables:
REACT_APP_UCENTRALSEC_URL: https://ucentral.dpaas.arilia.com:16001