fix duplicated ns
This commit is contained in:
parent
ca770fb93d
commit
a2fc8d5ab6
2 changed files with 8 additions and 5 deletions
src/main
|
@ -12,16 +12,20 @@
|
||||||
(cm/concat-vec
|
(cm/concat-vec
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"config"
|
"config"
|
||||||
(br/generate-text-area "config" "Your config.edn:" "{:fqdn \"taiga.your.domain\"
|
(br/generate-text-area
|
||||||
|
"config" "Your config.edn:"
|
||||||
|
"{:fqdn \"taiga.your.domain\"
|
||||||
:issuer \"staging\"
|
:issuer \"staging\"
|
||||||
:restic-repository \"s3://yourbucket/your-repo\"
|
:restic-repository \"s3://yourbucket/your-repo\"
|
||||||
:mon-cfg {:cluster-name \"taiga\"
|
:mon-cfg {:cluster-name \"taiga\"
|
||||||
:cluster-stage \"test\"
|
:cluster-stage \"test\"
|
||||||
:grafana-cloud-url \"https://prometheus-prod-01-eu-west-0.grafana.net/api/prom/push\"}}"
|
:grafana-cloud-url \"https://prometheus-prod-01-eu-west-0.grafana.net/api/prom/push\"}}"
|
||||||
"6"))
|
"6"))
|
||||||
(br/generate-group
|
(br/generate-group
|
||||||
"auth"
|
"auth"
|
||||||
(br/generate-text-area "auth" "Your auth.edn:" "{:postgres-db-user \"taiga\"
|
(br/generate-text-area
|
||||||
|
"auth" "Your auth.edn:"
|
||||||
|
"{:postgres-db-user \"taiga\"
|
||||||
:postgres-db-password \"db-password\"
|
:postgres-db-password \"db-password\"
|
||||||
:mailer-user \"mail[at]example.com\"
|
:mailer-user \"mail[at]example.com\"
|
||||||
:mailer-pw \"change-me\"
|
:mailer-pw \"change-me\"
|
||||||
|
@ -74,4 +78,4 @@
|
||||||
false)
|
false)
|
||||||
(br/set-output!)))))
|
(br/set-output!)))))
|
||||||
(add-validate-listener "config")
|
(add-validate-listener "config")
|
||||||
(add-validate-listener "authr"))
|
(add-validate-listener "auth"))
|
||||||
|
|
|
@ -6,7 +6,6 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.part-of: c4k-taiga
|
app.kubernetes.part-of: c4k-taiga
|
||||||
app.kubernetes.io/component: taiga-events-rabbitmq
|
app.kubernetes.io/component: taiga-events-rabbitmq
|
||||||
namespace: taiga
|
|
||||||
spec:
|
spec:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
selector:
|
selector:
|
||||||
|
|
Loading…
Reference in a new issue