-
Notifications
You must be signed in to change notification settings - Fork 20
/
shoot-registry-cache.yaml
48 lines (48 loc) · 1.04 KB
/
shoot-registry-cache.yaml
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
apiVersion: core.gardener.cloud/v1beta1
kind: Shoot
metadata:
name: local
namespace: garden-local
annotations:
shoot.gardener.cloud/cloud-config-execution-max-delay-seconds: "0"
spec:
seedName: local
cloudProfile:
name: local
secretBindingName: local # dummy, doesn't contain any credentials
region: local
purpose: testing
extensions:
- type: registry-cache
providerConfig:
apiVersion: registry.extensions.gardener.cloud/v1alpha3
kind: RegistryConfig
caches:
- upstream: docker.io
volume:
size: 500Mi
- upstream: ghcr.io
- upstream: quay.io
garbageCollection:
ttl: 0s
networking:
type: calico
nodes: 10.10.0.0/16
provider:
type: local
workers:
- name: local
machine:
type: local
cri:
name: containerd
minimum: 1
maximum: 1
maxSurge: 1
maxUnavailable: 0
kubernetes:
version: 1.31.1
kubelet:
serializeImagePulls: false
registryPullQPS: 10
registryBurst: 20