c4k-website/valid-config.edn
erik 8a97900cda Bugfixes
Spec seems to accept a cert map for an ingress map.
2022-10-18 11:31:47 +02:00

12 lines
375 B
Clojure

{:issuer "staging"
:websites
[{:unique-name "test.io" ; todo: call this unique-name
:fqdns ["test.de" "test.org" "www.test.de" "www.test.org"]
:gitea-host "gitlab.de"
:gitea-repo "repo"
:branchname "main"}
{:unique-name "example.io"
:fqdns ["example.org", "www.example.com"]
:gitea-host "finegitehost.net"
:gitea-repo "repo"
:branchname "main"}]}