Fix values
This commit is contained in:
parent
f7d01f6b5f
commit
8e1074082f
@ -4,24 +4,29 @@ image:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 80
|
||||
main:
|
||||
enabled: true
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
className: traefik
|
||||
hosts:
|
||||
- host: baikal.dvirlabs.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- baikal.dvirlabs.com
|
||||
main:
|
||||
enabled: true
|
||||
ingressClassName: traefik
|
||||
hosts:
|
||||
- host: baikal.dvirlabs.com
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- hosts:
|
||||
- baikal.dvirlabs.com
|
||||
|
||||
persistence:
|
||||
enabled: true
|
||||
size: 5Gi
|
||||
storageClass: nfs-client # or longhorn, depending on what you use
|
||||
data:
|
||||
enabled: true
|
||||
storageClass: nfs-client # or longhorn
|
||||
size: 5Gi
|
||||
|
||||
resources: {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user