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`
This commit is contained in:
@@ -100,12 +100,19 @@ filer:
|
|||||||
|
|
||||||
# S3 gateway (if enabled)
|
# S3 gateway (if enabled)
|
||||||
s3:
|
s3:
|
||||||
|
enabled: true
|
||||||
|
replicas: 1
|
||||||
|
port: 8333
|
||||||
|
enableAuth: true
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
# On OpenShift, we omit runAsUser/runAsGroup/fsGroup to let the admission
|
# On OpenShift, we omit runAsUser/runAsGroup/fsGroup to let the admission
|
||||||
# controller assign them automatically based on the namespace's SCC.
|
# controller assign them automatically based on the namespace's SCC.
|
||||||
runAsNonRoot: true
|
runAsNonRoot: true
|
||||||
|
|
||||||
|
logs:
|
||||||
|
type: "emptyDir"
|
||||||
|
|
||||||
containerSecurityContext:
|
containerSecurityContext:
|
||||||
enabled: true
|
enabled: true
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
|||||||
Reference in New Issue
Block a user