Standardized internal application paths
This commit is contained in:
parent
5ee0a9e59d
commit
d1dcd61e14
23 changed files with 180 additions and 177 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ route:
|
|||
gatewayNamespace: apps
|
||||
hostnames:
|
||||
- www.symcrest.com
|
||||
basePath: /internal/dev/forgejo
|
||||
basePath: /internal/dev/git
|
||||
serviceName: forgejo
|
||||
servicePort: 3000
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
hostnames:
|
||||
- www.symcrest.com
|
||||
basePath: /internal/dev/openproject
|
||||
basePath: /internal/dev/projectmanagement
|
||||
gateway:
|
||||
name: public-gateway
|
||||
namespace: apps
|
||||
|
|
|
|||
|
|
@ -21,6 +21,6 @@ route:
|
|||
gatewayNamespace: apps
|
||||
hostnames:
|
||||
- www.symcrest.com
|
||||
basePath: /internal/dev/pgadmin
|
||||
basePath: /internal/dev/dbadmin/postgres
|
||||
serviceName: pgadmin
|
||||
servicePort: 80
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue