You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
733 B
41 lines
733 B
# Default values for covidok.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
images:
|
|
covidok:
|
|
name: docker.local/bme/covidok
|
|
tag: latest
|
|
mysql:
|
|
name: mysql
|
|
tag: 8.0
|
|
minio:
|
|
name: minio/minio
|
|
tag: latest
|
|
redis:
|
|
name: redis
|
|
tag: 6
|
|
pullPolicy: Always
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
|
|
config:
|
|
minio:
|
|
accesskey: "accesskey"
|
|
secretkey: "secretkey"
|
|
mysql:
|
|
database: "covidok"
|
|
user: "covidok"
|
|
password: "covidok"
|
|
redis:
|
|
port: "6379"
|
|
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
podAnnotations: {}
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
|