Standardized internal application paths

This commit is contained in:
Arvind Prabhakar 2026-06-24 22:50:10 +00:00
commit d1dcd61e14
23 changed files with 180 additions and 177 deletions

View file

@ -1,11 +1,11 @@
configs:
cm:
url: http://www.symcrest.com/internal/ops/argocd
url: http://www.symcrest.com/internal/ops/gitops
params:
server.insecure: true
server.basehref: /internal/ops/argocd
server.rootpath: /internal/ops/argocd
server.basehref: /internal/ops/gitops
server.rootpath: /internal/ops/gitops
controller:
nodeSelector:

View file

@ -1,6 +1,6 @@
argocd:
url: http://www.symcrest.com/internal/ops/argocd
basePath: /internal/ops/argocd
url: http://www.symcrest.com/internal/ops/gitops
basePath: /internal/ops/gitops
route:
name: argocd

View file

@ -17,7 +17,7 @@ route:
gatewayNamespace: apps
hostnames:
- www.symcrest.com
basePath: /internal/dev/forgejo
basePath: /internal/dev/git
serviceName: forgejo
servicePort: 3000

View file

@ -1,6 +1,6 @@
longhorn:
url: http://www.symcrest.com/internal/ops/longhorn
basePath: /internal/ops/longhorn
url: http://www.symcrest.com/internal/ops/volumes
basePath: /internal/ops/volumes
rewriteTo: /
route:

View file

@ -1,7 +1,7 @@
openproject:
https: true
host: www.symcrest.com
railsRelativeUrlRoot: /internal/dev/openproject
railsRelativeUrlRoot: /internal/dev/projectmanagement
extraEnvVarsSecret: openproject-postgres-secret
@ -28,6 +28,9 @@ hocuspocus:
ingress:
enabled: false
tests:
enabled: false
nodeSelector:
workload: app

View file

@ -1,6 +1,6 @@
hostnames:
- www.symcrest.com
basePath: /internal/dev/openproject
basePath: /internal/dev/projectmanagement
gateway:
name: public-gateway
namespace: apps

View file

@ -21,6 +21,6 @@ route:
gatewayNamespace: apps
hostnames:
- www.symcrest.com
basePath: /internal/dev/pgadmin
basePath: /internal/dev/dbadmin/postgres
serviceName: pgadmin
servicePort: 80