Skip to content

Commit

Permalink
Merge pull request #140 from bcgov/pr1
Browse files Browse the repository at this point in the history
change pvc sizes
  • Loading branch information
TimCsaky authored Nov 21, 2024
2 parents 2752bb9 + bcc9e55 commit 5b68da7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/environments/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgres:
- "ReadWriteOnce"
resources:
requests:
storage: 2Gi
storage: 5Gi
storageClassName: "netapp-file-backup"
manual:
repoName: repo1
Expand Down
2 changes: 1 addition & 1 deletion .github/environments/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ postgres:
- "ReadWriteOnce"
resources:
requests:
storage: 5Gi
storage: 10Gi
storageClassName: "netapp-block-standard"
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion .github/environments/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ postgres:
- "ReadWriteOnce"
resources:
requests:
storage: 2Gi
storage: 10Gi
storageClassName: "netapp-block-standard"
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion charts/ches/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: common-hosted-email-service
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.2
version: 1.0.3
kubeVersion: ">= 1.13.0"
description: A microservice for managing access control to S3 Objects
# A chart can be either an 'application' or a 'library' chart.
Expand Down
2 changes: 1 addition & 1 deletion charts/ches/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ postgres:
- "ReadWriteOnce"
resources:
requests:
storage: 1Gi
storage: 2Gi
storageClassName: "netapp-block-standard"
resources:
requests:
Expand Down

0 comments on commit 5b68da7

Please sign in to comment.