s3 ingress
This commit is contained in:
@@ -64,6 +64,20 @@ spec:
|
||||
size: "5Gi"
|
||||
storageClass: ""
|
||||
hostPathPrefix: /storage
|
||||
s3:
|
||||
enabled: true
|
||||
replicas: 1
|
||||
bindAddress: 0.0.0.0
|
||||
port: 8333
|
||||
# add additional https port
|
||||
httpsPort: 8433
|
||||
metricsPort: 9327
|
||||
loggingOverrideLevel: null
|
||||
# allow empty folders
|
||||
allowEmptyFolder: true
|
||||
enableAuth: "true"
|
||||
existingConfigSecret: "admin-s3-secret"
|
||||
s3:
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
@@ -88,19 +102,6 @@ spec:
|
||||
- secretName: "sws3.innovation-hub-niedersachsen.de-tls"
|
||||
hosts:
|
||||
- "sws3.innovation-hub-niedersachsen.de"
|
||||
s3:
|
||||
enabled: true
|
||||
replicas: 1
|
||||
bindAddress: 0.0.0.0
|
||||
port: 8333
|
||||
# add additional https port
|
||||
httpsPort: 8433
|
||||
metricsPort: 9327
|
||||
loggingOverrideLevel: null
|
||||
# allow empty folders
|
||||
allowEmptyFolder: true
|
||||
enableAuth: "true"
|
||||
existingConfigSecret: "admin-s3-secret"
|
||||
|
||||
# Resource management
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user