feat: CoreServices | move into separate stack
This commit is contained in:
19
core-services/longhorn/values.yaml
Normal file
19
core-services/longhorn/values.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
global:
|
||||
nodeSelector:
|
||||
nodepool: worker
|
||||
defaultSettings:
|
||||
defaultReplicaCount: "3"
|
||||
storageOverProvisioningPercentage: "100"
|
||||
backupCompressionMethod: "gzip"
|
||||
replicaSoftAntiAffinity: "true"
|
||||
concurrentReplicaRebuildPerNodeLimit: "1"
|
||||
replicaReplenishmentWaitInterval: "600"
|
||||
disableSchdedulingOnCordonedNode: "true"
|
||||
defaultBackupStore:
|
||||
backupTarget: "s3://longhorn-backups@auto/"
|
||||
backupTargetCredentialSecret: cloudflare-token
|
||||
metrics:
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
ingress:
|
||||
enabled: false
|
||||
Reference in New Issue
Block a user