Fix path for wallos
This commit is contained in:
parent
372c3af24e
commit
2b54f67cd3
2
manifests/wallos/cname.yaml
Normal file
2
manifests/wallos/cname.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
enabled: true
|
||||||
|
hostname: wallos.dvirlabs.com
|
||||||
45
manifests/wallos/values.yaml
Normal file
45
manifests/wallos/values.yaml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
# 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
|
||||||
Loading…
x
Reference in New Issue
Block a user