fix: fix diagrid dasboard statestore config

This commit is contained in:
2025-12-17 14:06:55 +01:00
parent 22383f1d88
commit 0348b1d46f
3 changed files with 14 additions and 15 deletions
+2 -8
View File
@@ -148,16 +148,10 @@ autoscaling:
# targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes:
- name: statestore
configMap:
name: diadash-statestore
volumes: {}
# Additional volumeMounts on the output Deployment definition.
volumeMounts:
- name: statestore
mountPath: /app/components/statestore.yaml
subPath: statestore.yaml
volumeMounts: {}
nodeSelector: {}