mirror of
https://github.com/nold360/hive-apps
synced 2024-11-04 12:56:35 +00:00
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
replicaCount: 1
|
|
|
|
image:
|
|
repository: ghcr.io/cloudnative-pg/cloudnative-pg
|
|
pullPolicy: IfNotPresent
|
|
# -- Overrides the image tag whose default is the chart appVersion.
|
|
tag: ""
|
|
|
|
crds:
|
|
create: true
|
|
|
|
webhook:
|
|
port: 9443
|
|
mutating:
|
|
create: true
|
|
failurePolicy: Fail
|
|
validating:
|
|
create: true
|
|
failurePolicy: Fail
|
|
|
|
# Operator configuration
|
|
config:
|
|
# -- Specifies whether the secret should be created
|
|
create: true
|
|
# -- Specifies whether it should be stored in a secret, instead of a configmap
|
|
secret: false
|
|
# Examples:
|
|
# INHERITED_ANNOTATIONS: categories
|
|
# INHERITED_LABELS: environment, workload, app
|
|
|
|
data: {}
|
|
name: cnpg-controller-manager-config
|
|
|
|
# -- Additinal arguments to be added to the operator's args list
|
|
additionalArgs: []
|
|
|
|
serviceAccount:
|
|
# -- Specifies whether the service account should be created
|
|
create: true
|
|
# -- The name of the service account to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name: ""
|
|
|
|
# -- Security Context for the whole pod
|
|
podSecurityContext:
|
|
runAsNonRoot: true
|
|
seccompProfile:
|
|
type: RuntimeDefault
|
|
# fsGroup: 2000
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 200Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 100Mi
|