-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy path02-dev-configuration.yaml
More file actions
54 lines (48 loc) · 1.21 KB
/
02-dev-configuration.yaml
File metadata and controls
54 lines (48 loc) · 1.21 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
apiVersion: config.testmachinery.gardener.cloud/v1beta1
kind: Configuration
controller:
healthAddr: ":8081"
metricsAddr: ":8081"
enableLeaderElection: false
maxConcurrentSyncs: 1
webhook:
port: 443
certDir: ""
testmachinery:
namespace: default
testdefPath: test/.test-defs
prepareImage: "europe-docker.pkg.dev/gardener-project/releases/testmachinery/prepare-step:latest"
baseImage: "europe-docker.pkg.dev/gardener-project/releases/testmachinery/base-step:latest"
local: true
insecure: true
disableCollector: true
cleanWorkflowPods: false
argo:
argoserver:
ingress:
enabled: true
host: argoui.example.com
chartValues: {}
github:
cache:
cacheDir: /tmp/tm/cache
cacheDiskSizeGB: 5
maxAgeSeconds: 60
secretsPath: "" # mount secrets and specify the path
s3Configuration:
server:
minio:
distributed: false
ingress:
enabled: true
host: minio.example.com
chartValues: {}
endpoint: s3.bucket.europe.aws.com # will be automatically determined if minio is specified
ssl: false
bucketName: testmachinery
accessKey: AIasdf
secretKey: abc
#esConfiguration:
# endpoint: https:...:9200
# username: user
# password: my-password