niks3: Fix multipart uploads
This commit is contained in:
@@ -15,7 +15,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: niks3
|
||||
image: ghcr.io/mic92/niks3:v1.6.1
|
||||
image: ghcr.io/mic92/niks3:v1.6.0
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 5751
|
||||
@@ -40,7 +40,7 @@ spec:
|
||||
name: server
|
||||
key: api-token
|
||||
- name: NIKS3_S3_ENDPOINT
|
||||
value: "s3.ceph.tos.obx"
|
||||
value: "10.255.241.30:30080"
|
||||
- name: NIKS3_S3_BUCKET
|
||||
value: "niks3"
|
||||
- name: NIKS3_S3_REGION
|
||||
|
||||
@@ -26,7 +26,7 @@ spec:
|
||||
restartPolicy: Never
|
||||
containers:
|
||||
- name: gc
|
||||
image: ghcr.io/mic92/niks3:v1.6.1
|
||||
image: ghcr.io/mic92/niks3:v1.6.0
|
||||
# Image entrypoint is /bin/niks3-server; override with the client.
|
||||
command: ["/bin/niks3", "gc"]
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user