mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
21 lines
477 B
JSON
21 lines
477 B
JSON
![]() |
{
|
||
|
"deployment": {
|
||
|
"argocd": {
|
||
|
"project": "comissions.app"
|
||
|
},
|
||
|
"cluster": {
|
||
|
"name": "in-cluster",
|
||
|
"namespace": "comissions-dev",
|
||
|
"address": "https://kubernetes.default.svc"
|
||
|
}
|
||
|
},
|
||
|
"apps": {
|
||
|
"core-api": {
|
||
|
"version" : "latest",
|
||
|
"image": "ghcr.io/comissions-app/core-api",
|
||
|
"ingress":{
|
||
|
"host": "core-api.comissions-dev.com"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|