the default GitOps source repository for booting up Jenkins X
修订版 | 5b562c9278f3612f8d996e71de13cbca8686af6f (tree) |
---|---|
时间 | 2019-08-16 07:53:44 |
作者 | rawlingsj <rawlingsj80@gmai...> |
Commiter | rawlingsj |
toad config
@@ -1,23 +1,27 @@ | ||
1 | 1 | cluster: |
2 | - clusterName: "" | |
3 | - environmentGitOwner: "" | |
4 | - project: "" | |
2 | + clusterName: tekton-toad | |
3 | + environmentGitOwner: jenkins-x | |
4 | + gitKind: github | |
5 | + gitName: github | |
6 | + gitServer: https://github.com | |
7 | + namespace: jx | |
8 | + project: jenkins-x-infra | |
5 | 9 | provider: gke |
6 | - zone: "" | |
7 | -gitops: false | |
10 | + zone: europe-west1-c | |
8 | 11 | environments: |
9 | 12 | - key: dev |
10 | 13 | - key: staging |
11 | 14 | - key: production |
12 | 15 | ingress: |
13 | - domain: "" | |
14 | - externalDNS: false | |
16 | + domain: rawlingsdemo.co.uk | |
17 | + externalDNS: true | |
18 | + namespaceSubDomain: -jx. | |
15 | 19 | tls: |
16 | - email: "" | |
17 | - enabled: false | |
18 | - production: false | |
20 | + email: rawlingsj80@gmail.com | |
21 | + enabled: true | |
22 | + production: true | |
19 | 23 | kaniko: true |
20 | -secretStorage: local | |
24 | +secretStorage: vault | |
21 | 25 | storage: |
22 | 26 | logs: |
23 | 27 | enabled: false |
@@ -28,4 +32,7 @@ storage: | ||
28 | 32 | repository: |
29 | 33 | enabled: false |
30 | 34 | url: "" |
35 | +versionStream: | |
36 | + ref: "" | |
37 | + url: "" | |
31 | 38 | webhook: prow |