-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.cork-kube-config
More file actions
45 lines (42 loc) · 877 Bytes
/
.cork-kube-config
File metadata and controls
45 lines (42 loc) · 877 Bytes
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
{
"project" : "samwise",
"environments" : {
"prod" : {
"project" : "digital-ucdavis-edu",
"platform" : "microk8s",
"namespace" : "samwise",
"kubeconfig" : {
"secret" : "kubeconfig-dev-libk8s",
"context" : "microk8s"
}
}
},
"secrets" : {
"prod" : [{
"k8sName" : "kubeconfig",
"kubeconfig" : true
},{
"k8sName" : "oauth-client-secret",
"mappings" : [{
"gcsmName" : "samwise-keycloak-client-secret",
"k8sProperty" : "secret"
}]
}, {
"k8sName" : "open-webui-tls",
"tls" : true,
"certGcsmName" : "lib-ssl-cert",
"keyGcsmName" : "lib-ssl-key"
}]
},
"services" : [
{
"path" : "kustomize/postgres"
},
{
"path" : "kustomize/open-webui"
},
{
"path" : "kustomize/ollama-embedding"
}
]
}