Skip to content

Commit

Permalink
feat(cloud): add support for running multi-pod/multi-node
Browse files Browse the repository at this point in the history
  • Loading branch information
lots0logs committed Feb 8, 2022
1 parent f9aa3fc commit eb656fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/cloud-screenshot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ maintainers:
- email: dustin@elegantthemes.com
name: Elegant Themes
name: cloud-screenshot
version: 0.9.12
version: 0.9.13
6 changes: 5 additions & 1 deletion charts/cloud-screenshot/templates/cloud-screenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ metadata:
labels:
app: cloud-screenshot
spec:
replicas: 1
replicas: {{ .Values.REPLICAS }}
strategy:
rollingUpdate:
maxSurge: 0
maxUnavailable: 1
selector:
matchLabels:
app: cloud-screenshot
Expand Down
2 changes: 2 additions & 0 deletions charts/cloud-screenshot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ LOGGED_IN_SALT:
NONCE_KEY:
NONCE_SALT:

REPLICAS:

S3_BUCKET_CLOUD_ITEMS:
S3_BUCKET_CLOUD_ITEMS_BACKUP_1:
S3_BUCKET_CLOUD_ITEMS_BACKUP_2:
Expand Down

0 comments on commit eb656fe

Please sign in to comment.