Update mesite to point to harbor and use new format
This commit is contained in:
@@ -5,4 +5,5 @@
|
|||||||
:image-port 80
|
:image-port 80
|
||||||
:app-namespace "generic"
|
:app-namespace "generic"
|
||||||
:app-name "mesite"
|
:app-name "mesite"
|
||||||
:image (str (-> cfg :docker-repo) "/mesite:latest")})
|
:deployment-opts {:spec {:template {:spec {:imagePullSecrets [{:name "harbor-creds-secrets"}]
|
||||||
|
:containers [{:name 'app-name :image '(str repo "/" app-name ":latest")}]}}}}})
|
||||||
Reference in New Issue
Block a user