Skip to content

Commit 97e1495

Browse files
authored
Merge pull request #3293 from yuvipanda/bare-remove
Remove 2i2c hetzner bare server
2 parents ec0d0f7 + ed4c68f commit 97e1495

File tree

11 files changed

+0
-202
lines changed

11 files changed

+0
-202
lines changed

.github/workflows/cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,11 +227,6 @@ jobs:
227227
helm_version: ""
228228
experimental: false
229229

230-
- federation_member: hetzner-2i2c-bare
231-
chartpress_args: ""
232-
helm_version: ""
233-
experimental: false
234-
235230
- federation_member: hetzner-gesis
236231
chartpress_args: ""
237232
helm_version: ""

.github/workflows/test-helm-template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ jobs:
4343
k3s-channel: "v1.24"
4444
- release: hetzner-2i2c
4545
k3s-channel: "v1.24"
46-
- release: hetzner-2i2c-bare
47-
k3s-channel: "v1.24"
4846

4947
steps:
5048
- uses: actions/checkout@v4

config/hetzner-2i2c-bare.yaml

Lines changed: 0 additions & 164 deletions
This file was deleted.

config/prod.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,6 @@ federationRedirect:
233233
weight: 50
234234
health: https://2i2c.mybinder.org/health
235235
versions: https://2i2c.mybinder.org/versions
236-
hetzner-2i2c-bare:
237-
prime: false
238-
url: https://2i2c-bare.mybinder.org
239-
weight: 0
240-
health: https://2i2c-bare.mybinder.org/health
241-
versions: https://2i2c-bare.mybinder.org/versions
242236
hetzner-gesis:
243237
prime: false
244238
url: https://gesis.mybinder.org

deploy.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
"localhost",
3636
"ovh2",
3737
"hetzner-2i2c",
38-
"hetzner-2i2c-bare",
3938
"hetzner-gesis",
4039
}
4140

grafana-data/datasources.json

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,6 @@
1818
"url": "https://prometheus.2i2c.mybinder.org",
1919
"user": ""
2020
},
21-
{
22-
"access": "proxy",
23-
"basicAuth": false,
24-
"database": "",
25-
"id": 9,
26-
"isDefault": false,
27-
"jsonData": {
28-
"httpMethod": "POST"
29-
},
30-
"name": "2i2c-bare",
31-
"orgId": 1,
32-
"readOnly": false,
33-
"type": "prometheus",
34-
"typeLogoUrl": "public/app/plugins/datasource/prometheus/img/prometheus_logo.svg",
35-
"typeName": "Prometheus",
36-
"uid": "beb0q0oe5vpj4e",
37-
"url": "https://prometheus.2i2c-bare.mybinder.org",
38-
"user": ""
39-
},
4021
{
4122
"access": "proxy",
4223
"basicAuth": false,

mybinder/templates/matomo/pdb.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,7 @@ metadata:
1313
heritage: {{ .Release.Service }}
1414
release: {{ .Release.Name }}
1515
spec:
16-
# Use 1.0 rather than 1, since `gt` only works with floats
17-
{{ if gt .Values.matomo.replicas 1.0 }}
1816
minAvailable: 1
19-
{{ else }}
20-
minAvailable: 0
21-
{{ end }}
2217
selector:
2318
matchLabels:
2419
app: matomo

secrets/config/hetzner-2i2c-bare.yaml

-3.78 KB
Binary file not shown.
-2.91 KB
Binary file not shown.

secrets/hetzner-2i2c-bare.key

-466 Bytes
Binary file not shown.

secrets/hetzner-2i2c-bare.key.pub

-146 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)