Skip to content

Commit f2e1429

Browse files
authored
Merge pull request #165 from SimonTheLeg/switch-local-to-test-tld
Switch from .local to .test tld for examples
2 parents 9e44dc2 + 01c5175 commit f2e1429

10 files changed

+36
-36
lines changed

charts/certificates/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
fullnameOverride: alpha
2-
externalHostname: "kcp.dev.local"
2+
externalHostname: "kcp.dev.test"
33

44
certificates:
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
3737
letsEncrypt:
3838
enabled: false
3939
staging:

examples/sharded/kind-values-phase2-alpha.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
#
1010

1111
fullnameOverride: alpha
12-
externalHostname: "kcp.dev.local"
12+
externalHostname: "kcp.dev.test"
1313
certificates:
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

examples/sharded/kind-values-phase2-beta.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
fullnameOverride: beta
1212
# must be a valid DNS name for front proxy to work
13-
externalHostname: "kcp.dev.local"
13+
externalHostname: "kcp.dev.test"
1414
certificates:
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

examples/sharded/kind-values-phase2-cache.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@
1010

1111
fullnameOverride: cache
1212
# must be a valid DNS name for front proxy to work
13-
externalHostname: "kcp.dev.local"
13+
externalHostname: "kcp.dev.test"
1414
certificates:
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

examples/sharded/kind-values-phase2-proxy.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010

1111
fullnameOverride: proxy
1212
# must be a valid DNS name for front proxy to work
13-
externalHostname: "kcp.dev.local"
13+
externalHostname: "kcp.dev.test"
1414
certificates:
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

examples/sharded/kind-values-phase3-alpha.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# alpha ./charts/kcp
99
#
1010
fullnameOverride: alpha
11-
externalHostname: "kcp.dev.local"
11+
externalHostname: "kcp.dev.test"
1212
etcd:
1313
enabled: true
1414
kcp:
@@ -22,7 +22,7 @@ kcp:
2222
- workspace-types
2323
- metrics-viewer
2424
extraFlags:
25-
- --feature-gates=WorkspaceMounts=true
25+
- --feature-gates=WorkspaceMounts=true
2626
homeWorkspaces:
2727
enabled: true
2828
externalCache:
@@ -33,7 +33,7 @@ sharding:
3333
isRoot: true
3434
caBundle:
3535
enabled: false
36-
configMapName: kcp.dev.local
36+
configMapName: kcp.dev.test
3737
configMapKey: root-certs.pem
3838
oidc:
3939
enabled: true

examples/sharded/kind-values-phase3-beta.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# alpha ./charts/kcp
99
#
1010
fullnameOverride: beta
11-
externalHostname: "kcp.dev.local"
11+
externalHostname: "kcp.dev.test"
1212
etcd:
1313
enabled: true
1414
kcp:
@@ -21,7 +21,7 @@ kcp:
2121
- workspace-types
2222
- metrics-viewer
2323
extraFlags:
24-
- --feature-gates=WorkspaceMounts=true
24+
- --feature-gates=WorkspaceMounts=true
2525
homeWorkspaces:
2626
enabled: true
2727
externalCache:
@@ -33,7 +33,7 @@ sharding:
3333
rootShardInternalHostname: "alpha.kcp-alpha.svc.cluster.local"
3434
caBundle:
3535
enabled: false
36-
configMapName: kcp.dev.local
36+
configMapName: kcp.dev.test
3737
configMapKey: root-certs.pem
3838
oidc:
3939
enabled: true

examples/sharded/kind-values-phase3-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# alpha ./charts/kcp
88
#
99
fullnameOverride: cache
10-
externalHostname: "kcp.dev.local"
10+
externalHostname: "kcp.dev.test"
1111
cache:
1212
enabled: true
1313
v: 8

examples/sharded/kind-values-phase3-proxy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# alpha ./charts/kcp
99
#
1010
fullnameOverride: proxy
11-
externalHostname: "kcp.dev.local"
11+
externalHostname: "kcp.dev.test"
1212
etcd:
1313
enabled: false
1414
kcp:
@@ -37,7 +37,7 @@ sharding:
3737
rootShardInternalHostname: "alpha.kcp-alpha.svc.cluster.local"
3838
caBundle:
3939
enabled: false
40-
configMapName: kcp.dev.local
40+
configMapName: kcp.dev.test
4141
configMapKey: root-certs.pem
4242
oidc:
4343
enabled: true

hack/kind-values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
externalHostname: "kcp.dev.local"
1+
externalHostname: "kcp.dev.test"
22
externalPort: "8443"
33
etcd:
44
resources:
@@ -7,7 +7,7 @@ etcd:
77
certificates:
88
dnsNames:
99
- localhost
10-
- kcp.dev.local
10+
- kcp.dev.test
1111
kcp:
1212
# tag is set via --set flag to make it more dynamic for testing purposes
1313
volumeClassName: "standard"
@@ -18,7 +18,7 @@ kcp:
1818
values:
1919
- ip: "10.96.0.100"
2020
hostnames:
21-
- "kcp.dev.local"
21+
- "kcp.dev.test"
2222
kcpFrontProxy:
2323
service:
2424
type: NodePort

0 commit comments

Comments
 (0)