changed storage class for kimai to ceph

This commit is contained in:
Jethro Cotton 2026-03-14 16:33:01 +13:00
parent 8c26f2c1fd
commit e69d2bc8b1

View file

@ -11,7 +11,7 @@ ingress:
persistence:
enabled: true
size: 4Gi
storageClass: local-path
storageClass: ceph-rbd
database:
type: mariadb
@ -26,7 +26,7 @@ mariadb:
primary:
persistence:
size: 4Gi
storageClass: local-path
storageClass: ceph-rbd
service:
type: ClusterIP
type: ClusterIP