# 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