feat: Add persistence configuration to Helm chart for card image caching and update image repository and tag.
All checks were successful
Build and Deploy / build (push) Successful in 1m19s

This commit is contained in:
2025-12-14 23:07:36 +01:00
parent 53553aae0a
commit 6dc69dd22a
4 changed files with 45 additions and 3 deletions

View File

@@ -5,10 +5,10 @@
replicaCount: 1
image:
repository: mtg-draft-maker
repository: git.commandware.com/services/mtg-online-drafter
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "latest"
tag: "main"
imagePullSecrets: []
nameOverride: ""
@@ -75,6 +75,15 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
persistence:
enabled: false
storageClass: "-"
accessMode: ReadWriteOnce
size: 1Gi
mountPath: /app/server/public/cards
## If you want to use an existing claim, set this:
# existingClaim: my-claim
nodeSelector: {}
tolerations: []