Browse Source

Feat: update openshift helm value to support seaweed s3 (#8494)

feat: update openshift helm values

Update helm values for openshift to enable/disable s3 and change log to `emptydir` instead of `hostpath`
pull/4306/merge
Surote 3 days ago
committed by GitHub
parent
commit
3db05f59f0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      k8s/charts/seaweedfs/openshift-values.yaml

7
k8s/charts/seaweedfs/openshift-values.yaml

@ -100,12 +100,19 @@ filer:
# S3 gateway (if enabled)
s3:
enabled: true
replicas: 1
port: 8333
enableAuth: true
podSecurityContext:
enabled: true
# On OpenShift, we omit runAsUser/runAsGroup/fsGroup to let the admission
# controller assign them automatically based on the namespace's SCC.
runAsNonRoot: true
logs:
type: "emptyDir"
containerSecurityContext:
enabled: true
allowPrivilegeEscalation: false

Loading…
Cancel
Save