Fix values for wallos

This commit is contained in:
dvirlabs 2025-12-07 04:36:03 +02:00
parent 2b54f67cd3
commit a7e7a59f45

View File

@ -1,10 +1,3 @@
# Basic Wallos config rely mostly on chart defaults
image:
# use upstream image from the chart (dont override unless you mirror it)
# repository: harbor.dvirlabs.com/my-apps/wallos
# tag: "latest"
service: service:
type: ClusterIP type: ClusterIP
port: 80 port: 80
@ -21,25 +14,12 @@ ingress:
- path: / - path: /
pathType: Prefix pathType: Prefix
tls: [] tls: []
# If you use cert-manager and a DNS name, you can configure something like:
# - secretName: wallos-tls
# hosts:
# - wallos.dvirlabs.com
persistence: persistence:
enabled: true enabled: true
size: 1Gi size: 1Gi
# storageClassName: "" # set if you use a custom StorageClass
# Example environment overrides if needed by the chart (depends on defaults)
env: env:
TZ: "Asia/Jerusalem" TZ: "Asia/Jerusalem"
# Add more env vars if you want to tweak Wallos behaviour
resources: {} resources: {}
# requests:
# cpu: 100m
# memory: 128Mi
# limits:
# cpu: 500m
# memory: 512Mi