beaverhabits config

This commit is contained in:
2025-01-12 16:31:56 -05:00
parent 3d4650c540
commit 08b5bfab6f
2 changed files with 11 additions and 0 deletions

7
habits/config.yaml Normal file
View File

@@ -0,0 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: beaverhabits
namespace: habits
data:
HABITS_STORAGE: "DATABASE"

View File

@@ -16,6 +16,10 @@ spec:
- name: beaverhabits
image: daya0576/beaverhabits:latest
imagePullPolicy: Always
envFrom:
- configMapRef:
name: beaverhabits
optional: false
ports:
- containerPort: 8080
name: http