21 lines
452 B
JSON
Raw Normal View History

2024-02-07 23:03:10 -05:00
{
"deployment": {
"argocd": {
"project": "default"
},
"cluster": {
"name": "in-cluster",
"namespace": "comissions-dev",
"address": "https://kubernetes.default.svc"
}
},
"apps": {
"core-api": {
"version" : "1.0.0",
"image": "core-api:1.0.0",
"ingress":{
"host": "core-api.comissions-dev.com"
}
}
}
}