Update mesite to point to harbor and use new format

This commit is contained in:
2025-10-19 01:46:16 -05:00
parent 0b3e6ff2bd
commit 1e5753801b

View File

@@ -5,4 +5,5 @@
:image-port 80
:app-namespace "generic"
: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")}]}}}}})