noobaa / noobaa-operator

Operator for NooBaa - object data service for hybrid and multi cloud environments :cloud: :wrench:
https://www.noobaa.io
Apache License 2.0
102 stars 99 forks source link

Binding bucket logging pvc and path to core and endpoint pods #1371

Closed achouhan09 closed 3 months ago

achouhan09 commented 3 months ago

Explain the changes

  1. Binding bucket logging pvc and path to core and endpoint pods

PVC yaml (example):

kind: PersistentVolumeClaim
metadata:
  name: aayush-pvc
spec:
  storageClassName: standard
  accessModes:
    - ReadWriteMany
  resources:
    requests:
      storage: 1Gi
jackyalbo commented 3 months ago

In general, it looks good (of course we are pending on sc/pvc PRs). Please add to this PR description the PVC yaml that you were using (aayush-pvc), Thanks.

achouhan09 commented 3 months ago

In general, it looks good (of course we are pending on sc/pvc PRs). Please add to this PR description the PVC yaml that you were using (aayush-pvc), Thanks.

Added. Thanks