Skip to content
Snippets Groups Projects
Select Git revision
  • 541551a57f62054d7394292efc16120ebf6aab86
  • main default protected
  • wip-injection
3 results

PlayerServiceTest.kt

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