-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aeb59ee
commit 9a41a23
Showing
3 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# Secrets to use for S3 access. | ||
awsAccessKeyID: "replaceme" | ||
awsSecretAccessKey: "replaceme" | ||
|
||
# Pod image to deploy. | ||
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.18.0-pre.0.20240807132706-ffde0ef7b7d3" | ||
|
||
image: "ghcr.io/edgelesssys/constellation/s3proxy:v2.18.0" | ||
# Control if multipart uploads are blocked. | ||
allowMultipart: false | ||
|
||
# Number of pod replicas to deploy. | ||
replicaCount: 1 |