s3.enableAuth: true, replicas: 1
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
||||
namespace: seaweedfs
|
||||
labels:
|
||||
app.kubernetes.io/name: seaweedfs
|
||||
app.kubernetes.io/component: s3
|
||||
app.kubernetes.io/component: seaweedfs-s3
|
||||
stringData:
|
||||
# this key must be an inline json config file
|
||||
seaweedfs_s3_config: '{"identities":[{"name":"admin","credentials":[{"accessKey":"wjpKrmaqXra99rX3D61H","secretKey":"fTPi0u0FR6Lv9Y9IKydWv6WM0EA5XrsK008HCt9u"}],"actions":["Admin","Read","Write"]}]}'
|
||||
|
||||
@@ -22,7 +22,7 @@ spec:
|
||||
|
||||
master:
|
||||
enabled: true
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
# data:
|
||||
# type: "persistentVolumeClaim"
|
||||
# size: "25Gi"
|
||||
@@ -34,7 +34,7 @@ spec:
|
||||
|
||||
volume:
|
||||
enabled: true
|
||||
replicas: 3
|
||||
replicas: 1
|
||||
# dataDirs:
|
||||
# - name: data
|
||||
# type: "persistentVolumeClaim"
|
||||
@@ -78,13 +78,15 @@ spec:
|
||||
# existingConfigSecret: "admin-s3-secret"
|
||||
s3:
|
||||
enabled: true
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
port: 8333
|
||||
httpsPort: 8433
|
||||
enableAuth: true
|
||||
existingConfigSecret: "admin-s3-secret"
|
||||
httpsPort: 8433
|
||||
ingress:
|
||||
enabled: true
|
||||
className: "traefik"
|
||||
# host: "sws3.innovation-hub-niedersachsen.de"
|
||||
host: "sws3.innovation-hub-niedersachsen.de"
|
||||
# additional ingress annotations for the s3 endpoint
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
|
||||
Reference in New Issue
Block a user