Skip to content
Snippets Groups Projects
values.yaml 816 B
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
    
      acceptHttp: "true"
      entitlementsHost: "http://entitlements"
      defaultLegalTag: "default-data-tag"
      legalHost: "http://legal"
    
      limitsCpu: "1"
      limitsMemory: "1G"
    
      legalStatusUpdateImage: ""
    
      cronJobServiceAccountName: ""
    
      serviceAccountName: "legal"
    
      imagePullPolicy: "IfNotPresent"
    
      image: ""
    
    conf:
      configmap: "legal-config"
    
      appName: "legal"
    
      proxyCPULimit: "500m"
    
      proxyMemoryLimit: "512Mi"