-
Elise SOUVANNAVONG authoredElise SOUVANNAVONG authored
values.prod.yaml 686 B
# Default values for CDB app.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
nameOverride: mycdb-prod
api:
image:
tag: latest
replicaCount: 2
requests:
memory: "192M"
cpu: "0.2"
limits:
memory: "256M"
cpu: "1"
startupProbe:
initialDelaySeconds: 20
periodSeconds: 3
failureThreshold: 5
ingress:
tlsEnabled: true
host: api.esouvannavong.takima.school
front:
image:
tag: latest
replicaCount: 1
ingress:
tlsEnabled: true
host: www.esouvannavong.takima.school
db:
image:
tag: latest
pvc:
storageClass: gp2
size: 512Mi
credentials:
user: cdb
pwd: cdb123