-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
cluster.toml
54 lines (47 loc) · 1.81 KB
/
cluster.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
46
47
48
49
50
51
52
53
apiVersion = "v1"
[defaults]
certManagerIssuer = "letsencrypt"
ingressClass = "contour"
[secrets]
provider = "vault"
[secrets.vault]
kvstore = "kvv2"
[ci]
webhook_url = "https://ocf.io/wtf"
[modules]
argo-events = { path = "apps/argo_events.py" }
argo-workflows = { path = "apps/argo_workflows.py" }
argocd = { path = "apps/argocd.py" }
cert-manager = { path = "apps/cert_manager.py" }
cilium = { path = "apps/cilium.py" }
coredns = { path = "apps/coredns.py" }
contour = { path = "apps/contour.py" }
fission = { path = "apps/fission.py" }
gvisor = { path = "apps/gvisor.py" }
harbor = { path = "apps/harbor.py" }
keda = { path = "apps/keda.py" }
keycloak = { path = "apps/keycloak.py" }
kubevirt = { path = "apps/kubevirt.py" }
metallb = { path = "apps/metallb.py" }
metrics-server = { path = "apps/metrics_server.py" }
prometheus = { path = "apps/prometheus.py" }
postgres-operator = { path = "apps/postgres_operator.py" }
ocf-io = { path = "apps/ocf_io.py" }
rabbitmq = { path = "apps/rabbitmq.py" }
rook = { path = "apps/rook.py" }
snapshot-controller = { path = "apps/snapshot_controller.py" }
teleport = { path = "apps/teleport.py" }
vault = { path = "apps/vault.py" }
vault-secrets-operator = { path = "apps/vault_secrets_operator.py" }
velero = { path = "apps/velero.py" }
etc = { git = "https://github.com/ocf/etc" }
ergo = { git = "https://github.com/ocf/irc" }
id6 = { git = "https://github.com/ocf/id6" }
jukebox = { git = "https://github.com/ocf/jukebox" }
labmap = { git = "https://github.com/ocf/labmap" }
notes = { git = "https://github.com/ocf/notes" }
ocfstatic = { git = "https://github.com/ocf/ocfstatic" }
ocfweb = { git = "https://github.com/ocf/ocfweb" }
outline = { git = "https://github.com/ocf/outline" }
templates = { git = "https://github.com/ocf/templates" }
transpire = { git = "https://github.com/ocf/transpire" }