-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy path7.yaml
More file actions
57 lines (57 loc) · 1.5 KB
/
Copy path7.yaml
File metadata and controls
57 lines (57 loc) · 1.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
apiVersion: claudie.io/v1beta1
kind: InputManifest
metadata:
name: proxy-without-hetzner
spec:
providers:
- name: gcp-1
providerType: gcp
templates:
repository: "https://github.com/berops/claudie-config"
tag: v0.9.15
path: "templates/terraformer/gcp"
secretRef:
name: gcp-secret
namespace: e2e-secrets
nodePools:
dynamic:
- name: gcp-ctrl-nodes
providerSpec:
name: gcp-1
region: europe-west2
zone: europe-west2-c
count: 1
serverType: e2-medium
image: ubuntu-2404-noble-amd64-v20251001
labels:
test-set: proxy-without-hetzner
annotations:
claudie.io/example-annotation: >
["proxy-without-hetzner"]
- name: gcp-cmpt-nodes
providerSpec:
name: gcp-1
region: europe-west1
zone: europe-west1-b
count: 2
serverType: e2-medium
image: ubuntu-2404-noble-amd64-v20251001
storageDiskSize: 50
labels:
test-set: proxy-without-hetzner
annotations:
claudie.io/example-annotation: >
["proxy-without-hetzner"]
kubernetes:
clusters:
- name: proxy-without-hetzner
version: "1.34.0"
network: 192.168.2.0/24
installationProxy:
mode: "on"
endpoint: http://proxy.claudie.io:8880
pools:
control:
- gcp-ctrl-nodes
compute:
- gcp-cmpt-nodes