constellation/s3proxy/deploy/s3proxy/values.yaml
2024-05-16 13:11:53 +02:00

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