the default GitOps source repository for booting up Jenkins X
修訂 | 25fbc7bda523d42f1a9753348f859fc3ed07daf5 (tree) |
---|---|
時間 | 2019-09-08 21:56:39 |
作者 | Cosmin Cojocar <cosmin.cojocar@gmx....> |
Commiter | Cosmin Cojocar |
chore: disable TLS for staging and production environments
Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
@@ -11,9 +11,15 @@ environments: | ||
11 | 11 | - key: staging |
12 | 12 | owner: "" |
13 | 13 | repository: "" |
14 | + ingress: | |
15 | + tls: | |
16 | + enabled: false | |
14 | 17 | - key: production |
15 | 18 | owner: "" |
16 | 19 | repository: "" |
20 | + ingress: | |
21 | + tls: | |
22 | + enabled: false | |
17 | 23 | gitops: true |
18 | 24 | ingress: |
19 | 25 | domain: boot.bdd.jenkins-x.rocks |