Cognigy / cognigy-live-agent-helm-chart

Kubernetes Helm Chart to deploy Cognigy Live Agent into modern cloud environments.
Other
2 stars 0 forks source link

Please support third pary S3 storage. #8

Open spielkind opened 2 years ago

spielkind commented 2 years ago

It is only possible to set storage.cloudProvider to "^(azure|aws|cdn|none)$", when using S3 storage as documented in: https://docs.cognigy.com/live-agent/installation/helm-values/storage/#using-amazon-s3-compatible-service

No Azure/AWS(EFS)/CDN is needed, but when setting it to "None" the chart still tries to create a local PVC.

As a workaround this could be set to "CDN", then no local volume get created, but still no volume should be actually mounted in the app/worker deployment, as none got created. But the volume/volumeMount is hardcoded:

          volumeMounts:
            - name: live-agent-storage
              mountPath: /storage