Skip to content
Snippets Groups Projects
values.yaml 565 B
Newer Older
  • Learn to ignore specific revisions
  • # Default values for partition-deploy.
    # This is a YAML-formatted file.
    # Declare variables to be passed into your templates.
    
    data:
    
      requests_memory: "256M"
    
      limits_cpu: "1"
      limits_memory: "1G"
      serviceAccountName: ""
    
      imagePullPolicy: "IfNotPresent"
    
      image: ""
    
    conf:
      configmap: "partition-config"
    
      secret: "partition-secret"
    
      app_name: "partition"
    
      on_prem_enabled: false
    
    namespacePolicy:
      mtlsMode: STRICT
    
    authorizations:
      partitionPolicy:
        matchLabels:
          app: partition
        rules:
        - bootstrap_namespace: config