forked from gardener/landscaper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path00-Landscaper-Configuration.yaml
65 lines (58 loc) · 1.83 KB
/
00-Landscaper-Configuration.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
apiVersion: config.landscaper.gardener.cloud/v1alpha1
kind: LandscaperConfiguration
controllers:
# syncPeriod: 10h
installations:
workers: 5
# cacheSyncTimeout: 2m
executions:
workers: 5
# cacheSyncTimeout: 2m
deployItems:
workers: 5
# cacheSyncTimeout: 2m
componentOverwrites:
workers: 5
# cacheSyncTimeout: 2m
context:
workers: 5
# cacheSyncTimeout: 2m
config:
default:
disable: false
excludeNamespaces: [ ] # list of namespaces to exclude.
repositoryContext: # define the default repository context for installations
type: ociRegistry
baseUrl: "myregistry.com/components"
registries:
oci:
configFiles:
- "/home/some/path/docker.json"
crdManagement:
deployCrd: true
forceUpdate: true
deployerManagement:
# disable: false
namespace: "ls-system"
agent:
apiVersion: config.landscaper.gardener.cloud/v1alpha1
kind: AgentConfiguration
disable: false # is automatically deactivated of the deployer management is disabled.
name: "default" # name of the default environment. Defaults to "default"
namespace: "ls-system" # name of the namespace where the deployers should be created. defaults to "ls-system"
targetSelectors: # custom selectors for the default deployers.
- annotations:
- key: my-ann
operation: "="
values: ["env"]
oci: # defaulted to the landscaper configured oci registries. Only used for the helm deployer resources.
configFiles:
- "/home/some/path/docker.json"
#deployItemTimeouts:
# pickup: "5m"
# abort: "5m"
# progressingDefault: "5m"
blueprintStore:
path: "" # path to teh blueprint store
disable: false # forces the blueprint to be downloaded every time.
indexMethod: "BlueprintDigestIndex" # used index method that is used to cache blueprints.