github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/apecloud-postgresql/values.yaml (about)

     1  # Default values for apecloud-postgresql.
     2  # This is a YAML-formatted file.
     3  # Declare variables to be passed into your templates.
     4  
     5  image:
     6    registry: infracreate-registry.cn-zhangjiakou.cr.aliyuncs.com
     7    repository: apecloud/apecloud-postgres
     8    tag: latest
     9    digest: ""
    10    pullPolicy: IfNotPresent
    11    pullSecrets: [ ]
    12    debug: false
    13  
    14  clusterVersionOverride: ""
    15  
    16  roleProbe:
    17    failureThreshold: 2
    18    periodSeconds: 1
    19    timeoutSeconds: 1