mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 04:59:54 +00:00
beaverhabits config
This commit is contained in:
7
habits/config.yaml
Normal file
7
habits/config.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: beaverhabits
|
||||
namespace: habits
|
||||
data:
|
||||
HABITS_STORAGE: "DATABASE"
|
||||
@@ -16,6 +16,10 @@ spec:
|
||||
- name: beaverhabits
|
||||
image: daya0576/beaverhabits:latest
|
||||
imagePullPolicy: Always
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
name: beaverhabits
|
||||
optional: false
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
name: http
|
||||
|
||||
Reference in New Issue
Block a user