Fails in Basic Setup with helm
Error Warning BackOff 94s (x10356 over 37h) kubelet Back-off restarting failed container worker in pod chorus-replication-worker-75ccf6fc86-dsc2t_chorus-rep(0f870a65-f79f-4312-8e4c-907bebad9615)
Can anyone help with proper setup?
Can you please provide log from container?
cat > chorus-redis-values.yaml << 'EOF' proxy: enabled: true replicas: 1 resources: limits: cpu: 200m memory: 512Mi requests: cpu: 100m memory: 256Mi config: auth: allowV2Signature: false useStorage: "one"
worker: replicas: 1 resources: limits: cpu: 200m memory: 512Mi requests: cpu: 100m memory: 256Mi config: rclone: memoryLimit: enabled: true limit: 400M concurrency: 3
commonConfig: features: tagging: true acl: true storage: createRouting: true createReplication: true storages: one: address: rgw-core.rook-ceph.svc.cluster.local provider: Ceph isMain: true isSecure: false two: address: s3.vapdev.dimaag.ai provider: Ceph isSecure: true
agent: enabled: false
redis: enabled: true architecture: standalone auth: enabled: false master: persistence: enabled: false resources: requests: memory: 64Mi cpu: 50m limits: memory: 128Mi cpu: 100m
serviceAccount: create: true annotations: {} name: ""
secret: |- storage: storages: one: address: rgw-core.rook-ceph.svc.cluster.local provider: Ceph isMain: true isSecure: false credentials: default: accessKeyID: "P^^^^^^^^^^IWY0E58" secretAccessKey: "wEK3Mf^^^^^^^^^qJ4fZjC2aVhefFdd83qD6A" two: address: s3.vapdev.dimaag.ai provider: Ceph isMain: false isSecure: true credentials: default: accessKeyID: "EXA&&&&&&&&&&&IJZ9" secretAccessKey: "2WMTBJ80&&&&&&&DwLjsqEk6FPWfU53" EOF
echo "Installing Chorus with Redis..."
helm install zonesite oci://harbor.clyso.com/chorus/chorus \
--namespace multisite \
--values chorus-redis-values.yaml \
--wait \
--timeout 5m
;;
this is my helm chart, Please check this if eveything is right , i will share the error soon