Fix values

This commit is contained in:
dvirlabs 2025-08-24 00:06:02 +03:00
parent f7d01f6b5f
commit 8e1074082f

View File

@ -4,24 +4,29 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
service: service:
type: ClusterIP main:
port: 80 enabled: true
ports:
http:
port: 80
ingress: ingress:
enabled: true main:
className: traefik enabled: true
hosts: ingressClassName: traefik
- host: baikal.dvirlabs.com hosts:
paths: - host: baikal.dvirlabs.com
- path: / paths:
pathType: Prefix - path: /
tls: pathType: Prefix
- hosts: tls:
- baikal.dvirlabs.com - hosts:
- baikal.dvirlabs.com
persistence: persistence:
enabled: true data:
size: 5Gi enabled: true
storageClass: nfs-client # or longhorn, depending on what you use storageClass: nfs-client # or longhorn
size: 5Gi
resources: {} resources: {}