mirror of
https://github.com/edgelesssys/constellation.git
synced 2026-01-02 08:20:41 -05:00
12 lines
295 B
YAML
12 lines
295 B
YAML
# Secrets to use for S3 access.
|
|
awsAccessKeyID: "replaceme"
|
|
awsSecretAccessKey: "replaceme"
|
|
|
|
# Pod image to deploy.
|
|
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.17.0"
|
|
|
|
# Control if multipart uploads are blocked.
|
|
allowMultipart: false
|
|
|
|
# Number of pod replicas to deploy.
|
|
replicaCount: 1
|