Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

.prettierrc

Blame
  • values.prod.yaml 558 B
    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.tdandoy.takima.school
    
    front:
      image:
        tag: latest
      replicaCount: 1
      ingress:
        tlsEnabled: true
        host: www.tdandoy.takima.school
    
    db:
      image:
        tag: latest
      pvc:
        storageClass: gp2
        size: 512Mi
      credentials:
        user: cdb
        pwd: cdb123