Skip to content

Commit

Permalink
chore: added configuration for the s3 storage class (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
nitzanmorr authored Mar 25, 2024
1 parent 8bec89d commit 9992531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions helm/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ data:
HTTP__retries: {{ .Values.env.HTTP.retries | quote }}
HEARTBEAT__baseUrl: {{ $serviceUrls.heartbeatManager | quote }}
HEARTBEAT__intervalMs: {{ .Values.env.heartbeat.intervalMs | quote }}
S3__storageClass: {{ $s3.storageClass }}
{{- end -}}
2 changes: 2 additions & 0 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ global:
timeoutSec: 5
retries: 3
logToConsole: false
storageClass: ""
serviceUrls:
jobManager: ""
heartbeatManager: ""
Expand Down Expand Up @@ -69,6 +70,7 @@ storage:
timeoutSec: 5
retries: 3
logToConsole: false
storageClass: ""

# add pod annotations
# example:
Expand Down

0 comments on commit 9992531

Please sign in to comment.