added donetick helm chart test

This commit is contained in:
Richard Tomik
2025-03-18 09:07:44 +01:00
parent 911ca67a62
commit a10563b54b
8 changed files with 217 additions and 0 deletions

View File

@ -0,0 +1,45 @@
image:
repository: donetick/donetick
tag: latest
pullPolicy: IfNotPresent
nameOverride: ""
fullnameOverride: ""
replicaCount: 1
service:
type: ClusterIP
port: 8000
ingress:
enabled: true
className: "traefik"
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- host: donetick.example.com
paths:
- path: /
pathType: Prefix
tls:
- hosts:
- donetick.example.com
persistence:
enabled: true
storageClass: "longhorn"
accessMode: ReadWriteOnce
size: 1Gi
env:
- name: DT_ENV
value: prod
resources:
limits:
cpu: 500m
memory: 512Mi
requests:
cpu: 100m
memory: 128Mi