File tree Expand file tree Collapse file tree 10 files changed +36
-36
lines changed
Expand file tree Collapse file tree 10 files changed +36
-36
lines changed Original file line number Diff line number Diff line change 11fullnameOverride : alpha
2- externalHostname : " kcp.dev.local "
2+ externalHostname : " kcp.dev.test "
33
44certificates :
55 name : certs
@@ -33,7 +33,7 @@ certificates:
3333 subject : {}
3434 # add additional dns names that should be embedded into the kcp server certificate.
3535 dnsNames :
36- - localhost
36+ - localhost
3737letsEncrypt :
3838 enabled : false
3939 staging :
Original file line number Diff line number Diff line change 99#
1010
1111fullnameOverride : alpha
12- externalHostname : " kcp.dev.local "
12+ externalHostname : " kcp.dev.test "
1313certificates :
1414 dnsNames :
15- - localhost
16- - alpha.kcp-alpha
17- - alpha.kcp-alpha.svc
18- - alpha.kcp-alpha.svc.cluster.local
15+ - localhost
16+ - alpha.kcp-alpha
17+ - alpha.kcp-alpha.svc
18+ - alpha.kcp-alpha.svc.cluster.local
1919 name : certs
2020 kcp :
2121 pki : false
Original file line number Diff line number Diff line change 1010
1111fullnameOverride : beta
1212# must be a valid DNS name for front proxy to work
13- externalHostname : " kcp.dev.local "
13+ externalHostname : " kcp.dev.test "
1414certificates :
1515 dnsNames :
16- - localhost
17- - beta.kcp-beta
18- - beta.kcp-beta.svc
19- - beta.kcp-beta.svc.cluster.local
16+ - localhost
17+ - beta.kcp-beta
18+ - beta.kcp-beta.svc
19+ - beta.kcp-beta.svc.cluster.local
2020 name : certs
2121 kcp :
2222 pki : false
Original file line number Diff line number Diff line change 1010
1111fullnameOverride : cache
1212# must be a valid DNS name for front proxy to work
13- externalHostname : " kcp.dev.local "
13+ externalHostname : " kcp.dev.test "
1414certificates :
1515 dnsNames :
16- - localhost
17- - cache-cache
18- - cache-cache.kcp-cache.svc
19- - cache-cache.kcp-cache.svc.cluster.local
16+ - localhost
17+ - cache-cache
18+ - cache-cache.kcp-cache.svc
19+ - cache-cache.kcp-cache.svc.cluster.local
2020 name : certs
2121 kcp :
2222 pki : false
Original file line number Diff line number Diff line change 1010
1111fullnameOverride : proxy
1212# must be a valid DNS name for front proxy to work
13- externalHostname : " kcp.dev.local "
13+ externalHostname : " kcp.dev.test "
1414certificates :
15- # certificateIssuer:
16- # name: "kcp-letsencrypt-prod"
17- # name: "kcp-letsencrypt-staging"
18- # kind: ClusterIssuer
15+ # certificateIssuer:
16+ # name: "kcp-letsencrypt-prod"
17+ # name: "kcp-letsencrypt-staging"
18+ # kind: ClusterIssuer
1919 dnsNames :
20- - localhost
21- - kcp.dev.local
20+ - localhost
21+ - kcp.dev.test
2222 name : certs
2323 kcp :
2424 pki : false
Original file line number Diff line number Diff line change 88# alpha ./charts/kcp
99#
1010fullnameOverride : alpha
11- externalHostname : " kcp.dev.local "
11+ externalHostname : " kcp.dev.test "
1212etcd :
1313 enabled : true
1414kcp :
2222 - workspace-types
2323 - metrics-viewer
2424 extraFlags :
25- - --feature-gates=WorkspaceMounts=true
25+ - --feature-gates=WorkspaceMounts=true
2626 homeWorkspaces :
2727 enabled : true
2828externalCache :
@@ -33,7 +33,7 @@ sharding:
3333 isRoot : true
3434caBundle :
3535 enabled : false
36- configMapName : kcp.dev.local
36+ configMapName : kcp.dev.test
3737 configMapKey : root-certs.pem
3838oidc :
3939 enabled : true
Original file line number Diff line number Diff line change 88# alpha ./charts/kcp
99#
1010fullnameOverride : beta
11- externalHostname : " kcp.dev.local "
11+ externalHostname : " kcp.dev.test "
1212etcd :
1313 enabled : true
1414kcp :
2121 - workspace-types
2222 - metrics-viewer
2323 extraFlags :
24- - --feature-gates=WorkspaceMounts=true
24+ - --feature-gates=WorkspaceMounts=true
2525 homeWorkspaces :
2626 enabled : true
2727externalCache :
@@ -33,7 +33,7 @@ sharding:
3333 rootShardInternalHostname : " alpha.kcp-alpha.svc.cluster.local"
3434caBundle :
3535 enabled : false
36- configMapName : kcp.dev.local
36+ configMapName : kcp.dev.test
3737 configMapKey : root-certs.pem
3838oidc :
3939 enabled : true
Original file line number Diff line number Diff line change 77# alpha ./charts/kcp
88#
99fullnameOverride : cache
10- externalHostname : " kcp.dev.local "
10+ externalHostname : " kcp.dev.test "
1111cache :
1212 enabled : true
1313 v : 8
Original file line number Diff line number Diff line change 88# alpha ./charts/kcp
99#
1010fullnameOverride : proxy
11- externalHostname : " kcp.dev.local "
11+ externalHostname : " kcp.dev.test "
1212etcd :
1313 enabled : false
1414kcp :
@@ -37,7 +37,7 @@ sharding:
3737 rootShardInternalHostname : " alpha.kcp-alpha.svc.cluster.local"
3838caBundle :
3939 enabled : false
40- configMapName : kcp.dev.local
40+ configMapName : kcp.dev.test
4141 configMapKey : root-certs.pem
4242oidc :
4343 enabled : true
Original file line number Diff line number Diff line change 1- externalHostname : " kcp.dev.local "
1+ externalHostname : " kcp.dev.test "
22externalPort : " 8443"
33etcd :
44 resources :
77certificates :
88 dnsNames :
99 - localhost
10- - kcp.dev.local
10+ - kcp.dev.test
1111kcp :
1212 # tag is set via --set flag to make it more dynamic for testing purposes
1313 volumeClassName : " standard"
1818 values :
1919 - ip : " 10.96.0.100"
2020 hostnames :
21- - " kcp.dev.local "
21+ - " kcp.dev.test "
2222kcpFrontProxy :
2323 service :
2424 type : NodePort
You can’t perform that action at this time.
0 commit comments