Skip to content
Snippets Groups Projects
values.yaml 1.03 KiB
Newer Older
  • Learn to ignore specific revisions
  • # Default values for legal-deploy.
    # This is a YAML-formatted file.
    # Declare variables to be passed into your templates.
    
    
    global:
      domain: ""
      onPremEnabled: false
    
      limitsEnabled: true
    
      # configmaps
      logLevel: "ERROR"
      springProfilesActive: "gcp"
      acceptHttp: "true"
      dataPartitionId: ""
      entitlementsHost: "http://entitlements"
      defaultLegalTag: "default-data-tag"
      legalHost: "http://legal"
      # deployments
    
      requestsCpu: "5m"
      requestsMemory: "325Mi"
    
      limitsCpu: "1"
      limitsMemory: "1G"
    
      bootstrapImage: ""
      bootstrapServiceAccountName: ""
    
      serviceAccountName: "legal"
    
      imagePullPolicy: "IfNotPresent"
    
      image: ""
    
    conf:
      configmap: "legal-config"
    
      appName: "legal"
      minioSecretName: "legal-minio-secret"
      postgresSecretName: "legal-postgres-secret"
      rabbitmqSecretName: "rabbitmq-secret"
    
      bootstrapSecretName: "datafier-secret"
    
      proxyCPULimit: "500m"
    
      proxyMemoryLimit: "512Mi"
    
      bootstrapProxyCPULimit: "100m"