From 372c3af24e29ce9726f327508a67e10b83d0c292 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Sun, 7 Dec 2025 04:32:31 +0200 Subject: [PATCH] Fix path for wallos --- manifests/wallos.yaml/cname.yaml | 2 -- manifests/wallos.yaml/values.yaml | 45 ------------------------------- 2 files changed, 47 deletions(-) delete mode 100644 manifests/wallos.yaml/cname.yaml delete mode 100644 manifests/wallos.yaml/values.yaml diff --git a/manifests/wallos.yaml/cname.yaml b/manifests/wallos.yaml/cname.yaml deleted file mode 100644 index 281cc6f..0000000 --- a/manifests/wallos.yaml/cname.yaml +++ /dev/null @@ -1,2 +0,0 @@ -enabled: true -hostname: wallos.dvirlabs.com \ No newline at end of file diff --git a/manifests/wallos.yaml/values.yaml b/manifests/wallos.yaml/values.yaml deleted file mode 100644 index c969f8c..0000000 --- a/manifests/wallos.yaml/values.yaml +++ /dev/null @@ -1,45 +0,0 @@ -# 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 - -ingress: - enabled: true - className: traefik - annotations: - traefik.ingress.kubernetes.io/router.entrypoints: websecure - traefik.ingress.kubernetes.io/router.tls: "true" - hosts: - - host: wallos.dvirlabs.com - paths: - - 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