mirror of
https://github.com/rtomik/helm-charts.git
synced 2026-04-09 19:50:56 +00:00
edited helm chart default values
This commit is contained in:
@ -3,7 +3,7 @@ name: donetick
|
|||||||
description: A Helm chart for Donetick application
|
description: A Helm chart for Donetick application
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.1
|
version: 1.0.1
|
||||||
appVersion: "latest"
|
appVersion: "v0.1.38"
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Richard Tomik
|
- name: Richard Tomik
|
||||||
email: no@m.com
|
email: no@m.com
|
||||||
|
|||||||
@ -5,7 +5,7 @@ fullnameOverride: ""
|
|||||||
## Image settings
|
## Image settings
|
||||||
image:
|
image:
|
||||||
repository: donetick/donetick
|
repository: donetick/donetick
|
||||||
tag: latest
|
tag: "v0.1.38"
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Deployment settings
|
## Deployment settings
|
||||||
@ -41,8 +41,8 @@ service:
|
|||||||
|
|
||||||
## Ingress settings
|
## Ingress settings
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "traefik"
|
className: ""
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
hosts:
|
hosts:
|
||||||
@ -58,8 +58,8 @@ ingress:
|
|||||||
|
|
||||||
## Persistence settings
|
## Persistence settings
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
storageClass: "longhorn"
|
storageClass: ""
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
annotations: {}
|
annotations: {}
|
||||||
|
|||||||
@ -52,8 +52,8 @@ config:
|
|||||||
|
|
||||||
# Ingress configuration
|
# Ingress configuration
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: false
|
||||||
className: "traefik"
|
className: ""
|
||||||
annotations: []
|
annotations: []
|
||||||
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
# traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
# traefik.ingress.kubernetes.io/router.middlewares: default-recipya-headers@kubernetescrd
|
# traefik.ingress.kubernetes.io/router.middlewares: default-recipya-headers@kubernetescrd
|
||||||
@ -70,7 +70,7 @@ ingress:
|
|||||||
|
|
||||||
# Persistent volume claim
|
# Persistent volume claim
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: false
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 5Gi
|
size: 5Gi
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user