• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

the default GitOps source repository for booting up Jenkins X


Commit MetaInfo

修訂25fbc7bda523d42f1a9753348f859fc3ed07daf5 (tree)
時間2019-09-08 21:56:39
作者Cosmin Cojocar <cosmin.cojocar@gmx....>
CommiterCosmin Cojocar

Log Message

chore: disable TLS for staging and production environments

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>

Change Summary

差異

--- a/bdd/boot-vault/jx-requirements.yml
+++ b/bdd/boot-vault/jx-requirements.yml
@@ -11,9 +11,15 @@ environments:
1111 - key: staging
1212 owner: ""
1313 repository: ""
14+ ingress:
15+ tls:
16+ enabled: false
1417 - key: production
1518 owner: ""
1619 repository: ""
20+ ingress:
21+ tls:
22+ enabled: false
1723 gitops: true
1824 ingress:
1925 domain: boot.bdd.jenkins-x.rocks