feat(portfolio): add staging environment
This commit is contained in:
parent
0dda9f282d
commit
13ea8de355
11 changed files with 339 additions and 0 deletions
11
apps/portfolio/overlays/prod-sites/config.json.disabled
Normal file
11
apps/portfolio/overlays/prod-sites/config.json.disabled
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "portfolio",
|
||||
"userGivenName": "portfolio",
|
||||
"destNamespace": "staging-sites",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/portfolio/overlays/staging-sites",
|
||||
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue