Skip to content

Commit

Permalink
Slipstream template cache PVC size bump
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng-bc committed Feb 7, 2025
1 parent 53602d3 commit e58c0f1
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/environments/values.dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ config:
UPLOAD_FILE_COUNT: "1"
UPLOAD_FILE_SIZE: 25MB

persistentVolumeClaim:
# -- Specifies whether a persistent volume claim should be created
enabled: true
# -- Default storage class type
storageClassName: netapp-file-standard
# -- PVC Storage size (use M or G, not Mi or Gi)
storageSize: 5G

fluentBit:
enabled: true
8 changes: 8 additions & 0 deletions .github/environments/values.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ config:
UPLOAD_FILE_COUNT: "1"
UPLOAD_FILE_SIZE: 25MB

persistentVolumeClaim:
# -- Specifies whether a persistent volume claim should be created
enabled: true
# -- Default storage class type
storageClassName: netapp-file-standard
# -- PVC Storage size (use M or G, not Mi or Gi)
storageSize: 5G

fluentBit:
enabled: true
8 changes: 8 additions & 0 deletions .github/environments/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,13 @@ config:
UPLOAD_FILE_COUNT: "1"
UPLOAD_FILE_SIZE: 25MB

persistentVolumeClaim:
# -- Specifies whether a persistent volume claim should be created
enabled: true
# -- Default storage class type
storageClassName: netapp-file-standard
# -- PVC Storage size (use M or G, not Mi or Gi)
storageSize: 5G

fluentBit:
enabled: true

0 comments on commit e58c0f1

Please sign in to comment.