Initial add

This commit is contained in:
2026-05-19 18:14:39 -04:00
commit 86e6adfe2e
12 changed files with 526 additions and 0 deletions

21
chart/values.yaml Normal file
View File

@@ -0,0 +1,21 @@
namespace: flask-app
replicaCount: 1
image:
repository: registry.home.aklabs.net/timeclock
tag: latest
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 5000
persistence:
enabled: true
accessMode: ReadWriteOnce
size: 1Gi
storageClass: ""
app:
dbPath: /app/database