Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move testing to helsinki hel1-dc2 #185

Merged
merged 1 commit into from
Jun 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions hack/ci/dev-env/config/gardenlet-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stringData:
config:
seedConfig:
metadata:
name: hcloud-fsn1-0
name: hcloud-hel1-0
spec:
dns:
ingressDomain: ingress.${AZURE_DOMAIN}
Expand All @@ -23,7 +23,7 @@ stringData:
pods: 100.73.0.0/16
services: 100.88.0.0/13
provider:
region: fsn1
region: hel1
type: hcloud
settings:
shootDNS:
Expand Down
6 changes: 3 additions & 3 deletions hack/ci/misc/shoot-microservice-hcloud.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
apiVersion: hcloud.provider.extensions.gardener.cloud/v1alpha1
kind: ControlPlaneConfig
loadBalancerProvider: provider
zone: fsn1-dc14
zone: hel1-dc2
workers:
- name: worker-cx31
minimum: 1
Expand All @@ -27,7 +27,7 @@ spec:
name: ubuntu
version: 20.4.20210616
zones:
- fsn1-dc14
- hel1-dc2
cri:
name: containerd
volume:
Expand All @@ -37,7 +37,7 @@ spec:
type: calico
cloudProfileName: hcloud
secretBindingName: cloud-secret
region: fsn1
region: hel1
purpose: evaluation
kubernetes:
version: 1.22.9
Expand Down
6 changes: 3 additions & 3 deletions hack/ci/misc/shoot-template.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
apiVersion: hcloud.provider.extensions.gardener.cloud/v1alpha1
kind: ControlPlaneConfig
loadBalancerProvider: provider
zone: fsn1-dc14
zone: hel1-dc2
workers:
- name: worker-cx41
minimum: 1
Expand All @@ -32,7 +32,7 @@ spec:
name: ubuntu
version: 20.4.20210616
zones:
- fsn1-dc14
- hel1-dc2
cri:
name: containerd
volume:
Expand All @@ -43,7 +43,7 @@ spec:
services: 10.16.0.0/13
type: calico
cloudProfileName: hcloud
region: fsn1
region: hel1
secretBindingName: hcloud-secret
kubernetes:
version: 1.22.9
Expand Down