diff --git a/k8s/charts/seaweedfs/openshift-values.yaml b/k8s/charts/seaweedfs/openshift-values.yaml index 9d66cbede..0267141cd 100644 --- a/k8s/charts/seaweedfs/openshift-values.yaml +++ b/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