mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
63 lines
1.1 KiB
YAML
63 lines
1.1 KiB
YAML
operator:
|
|
image: arangodb/kube-arangodb:1.2.43
|
|
imagePullPolicy: IfNotPresent
|
|
imagePullSecrets: []
|
|
scope: legacy
|
|
architectures:
|
|
- arm64
|
|
debug: false
|
|
args: []
|
|
service:
|
|
type: ClusterIP
|
|
annotations: {}
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
securityContext:
|
|
runAsUser: 1000
|
|
replicaCount: 1
|
|
updateStrategy:
|
|
type: Recreate
|
|
allowChaos: false
|
|
nodeSelector: {}
|
|
enableCRDManagement: true
|
|
features:
|
|
deployment: true
|
|
deploymentReplications: true
|
|
storage: false
|
|
backup: false
|
|
apps: false
|
|
k8sToK8sClusterSync: false
|
|
ml: false
|
|
analytics: false
|
|
networking: true
|
|
scheduler: true
|
|
tolerations: []
|
|
rbac:
|
|
enabled: true
|
|
extensions:
|
|
monitoring: true
|
|
acs: true
|
|
at: true
|
|
debug: false
|
|
webhooks:
|
|
enabled: false
|
|
args: []
|
|
resources:
|
|
limits:
|
|
cpu: 1
|
|
memory: 128Mi
|
|
requests:
|
|
cpu: 250m
|
|
memory: 128Mi
|
|
certificate:
|
|
enabled: false
|
|
ca:
|
|
duration: 43800h
|
|
commonName: "kube-arangodb.operator.cert"
|
|
cert:
|
|
duration: 8760h
|