Swap to config impl
This commit is contained in:
12
iac/src/main/k8s/services/foundryvtt/service.cljs
Normal file
12
iac/src/main/k8s/services/foundryvtt/service.cljs
Normal file
@@ -0,0 +1,12 @@
|
||||
(ns k8s.services.foundryvtt.service
|
||||
(:require
|
||||
[configs :refer [cfg]]))
|
||||
|
||||
(def config
|
||||
{:stack [:vault-secrets :deployment :service :ingress]
|
||||
:image-port 80
|
||||
:app-namespace "generic"
|
||||
:app-name "foundry"
|
||||
:image (str (-> cfg :docker-repo) "/mesite:latest")})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user