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