-
Notifications
You must be signed in to change notification settings - Fork 0
/
.koala.toml
45 lines (38 loc) · 932 Bytes
/
.koala.toml
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
Name = "kanfer-test"
Description = "kanfer-test"
ServerFramework = "go-server"
ServerMain = ""
ArtifactRepository = "me-west1-docker.pkg.dev/koala-ops-demo-373407/koala-repo"
Domain = "cluster.koalaops.com"
[Repo]
Name = "kanfer-test"
GitUser = "koala-sandbox"
URL = "https://github.com/koala-sandbox/kanfer-test"
[OpenAPIConfig]
SpecPath = ""
CodegenTool = ""
[[Environments]]
Name = "dev"
Namespace = "dev"
Cluster = "koala-demo-cluster"
IngressEnabled = true
IngressHost = ""
[Environments.EnvDeploymentConfig]
AutoDeploy = true
[[Environments]]
Name = "prod"
Namespace = "prod"
Cluster = "koala-demo-cluster"
IngressEnabled = true
IngressHost = ""
[Environments.EnvDeploymentConfig]
AutoDeploy = false
[SSLConfig]
CertName = "kanfer-test-tls-cert"
Issuer = "letsencrypt"
IssuerContactEmail = "[email protected]"
[Tracing]
Backend = ""
URL = ""
[Profiling]
Tool = ""