This commit is contained in:
ansgarz 2022-06-08 20:27:11 +02:00
parent 1a6ba991e4
commit 755f627675

View file

@ -26,7 +26,7 @@
{:name "GITEA__service__ENABLE_CAPTCHA", :value "true"} {:name "GITEA__service__ENABLE_CAPTCHA", :value "true"}
{:name "GITEA__database__DB_TYPE", :value "postgres"} {:name "GITEA__database__DB_TYPE", :value "postgres"}
{:name "GITEA__database__HOST", {:name "GITEA__database__HOST",
:value "postgresql-service.postgres.svc.cluster.local:5432"} :value "postgresql-service.default.svc.cluster.local:5432"}
{:name "GITEA__database__NAME", :value "postgres"} {:name "GITEA__database__NAME", :value "postgres"}
{:name "GITEA__database__USER", :value "pg-user"} {:name "GITEA__database__USER", :value "pg-user"}
{:name "GITEA__database__PASSWD", :value "pg-pw"}], {:name "GITEA__database__PASSWD", :value "pg-pw"}],
@ -69,5 +69,3 @@
:backend :backend
{:service {:name "gitea-service", :port {:number 3000}}}}]}}]}} {:service {:name "gitea-service", :port {:number 3000}}}}]}}]}}
(cut/generate-ingress {:fqdn "test.com" :issuer :staging})))) (cut/generate-ingress {:fqdn "test.com" :issuer :staging}))))