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