Move Studio tools to customer-facing routes
This commit is contained in:
parent
ba0a88b708
commit
6b87b1a39b
24 changed files with 49 additions and 34 deletions
|
|
@ -59,7 +59,7 @@ spec:
|
|||
containerPort: 22
|
||||
env:
|
||||
- name: FORGEJO__server__ROOT_URL
|
||||
value: "https://www.symcrest.com/internal/dev/git/"
|
||||
value: "https://www.symcrest.com/services/studio/forgejo/"
|
||||
- name: FORGEJO__server__HTTP_PORT
|
||||
value: "3000"
|
||||
- name: FORGEJO__database__DB_TYPE
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ stringData:
|
|||
OPENPROJECT_HOST__NAME: "www.symcrest.com"
|
||||
OPENPROJECT_HSTS: "true"
|
||||
OPENPROJECT_RAILS__CACHE__STORE: "memcache"
|
||||
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: "/internal/dev/projectmanagement"
|
||||
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: "/services/studio/openproject"
|
||||
POSTGRES_STATEMENT_TIMEOUT: "120s"
|
||||
...
|
||||
---
|
||||
|
|
@ -124,7 +124,7 @@ metadata:
|
|||
"helm.sh/resource-policy": "keep"
|
||||
data: # reset data to make sure only keys defined below remain
|
||||
stringData:
|
||||
secret-key-base: ydQvzBCGhvxuoMLCB25TOfqfMAzCgROooYKzWeac2MSQ6I1YCa62HQw5KFTyHaRU
|
||||
secret-key-base: 2NvoLwisgyb1TI1TFHbiJ07gQn5lkIBuzxehR4Wea1DpsYpD3Rh3xfaIgkT2Tmzu
|
||||
...
|
||||
---
|
||||
# Source: openproject/templates/persistentvolumeclaim.yaml
|
||||
|
|
@ -331,7 +331,7 @@ spec:
|
|||
|
||||
# annotate pods with env value checksums so changes trigger re-deployments
|
||||
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
checksum/env-core: 2d0e679fb4fde1d473b3f274fa94ae520dd26c1045409de808b7562f7b64a454
|
||||
checksum/env-memcached: fd1a022eb3ba9e1437809d0177660fdab3ae79b4fcfbee2f8ec1264ee0aa944d
|
||||
checksum/env-oidc: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
checksum/env-s3: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
|
|
@ -546,7 +546,7 @@ spec:
|
|||
|
||||
# annotate pods with env value checksums so changes trigger re-deployments
|
||||
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
checksum/env-core: 2d0e679fb4fde1d473b3f274fa94ae520dd26c1045409de808b7562f7b64a454
|
||||
checksum/env-memcached: fd1a022eb3ba9e1437809d0177660fdab3ae79b4fcfbee2f8ec1264ee0aa944d
|
||||
checksum/env-oidc: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
checksum/env-s3: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
|
|
@ -722,7 +722,7 @@ spec:
|
|||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: "/internal/dev/projectmanagement/health_checks/default"
|
||||
path: "/services/studio/openproject/health_checks/default"
|
||||
port: 8080
|
||||
httpHeaders:
|
||||
# required otherwise health check will return 404 because health check is done using the Pod IP, which may cause issues with downstream variants
|
||||
|
|
@ -735,7 +735,7 @@ spec:
|
|||
successThreshold: 1
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: "/internal/dev/projectmanagement/health_checks/default"
|
||||
path: "/services/studio/openproject/health_checks/default"
|
||||
port: 8080
|
||||
httpHeaders:
|
||||
# required otherwise health check will return 404 because health check is done using the Pod IP, which may cause issues with downstream variants
|
||||
|
|
@ -748,7 +748,7 @@ spec:
|
|||
successThreshold: 1
|
||||
startupProbe:
|
||||
httpGet:
|
||||
path: "/internal/dev/projectmanagement/health_checks/default"
|
||||
path: "/services/studio/openproject/health_checks/default"
|
||||
port: 8080
|
||||
httpHeaders:
|
||||
# required otherwise health check will return 404 because health check is done using the Pod IP, which may cause issues with downstream variants
|
||||
|
|
@ -797,7 +797,7 @@ spec:
|
|||
|
||||
# annotate pods with env value checksums so changes trigger re-deployments
|
||||
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
checksum/env-core: 2d0e679fb4fde1d473b3f274fa94ae520dd26c1045409de808b7562f7b64a454
|
||||
checksum/env-memcached: fd1a022eb3ba9e1437809d0177660fdab3ae79b4fcfbee2f8ec1264ee0aa944d
|
||||
checksum/env-oidc: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
checksum/env-s3: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ spec:
|
|||
name: pgadmin-secret
|
||||
env:
|
||||
- name: SCRIPT_NAME
|
||||
value: "/internal/dev/dbadmin/postgres"
|
||||
value: "/services/studio/pgadmin"
|
||||
volumeMounts:
|
||||
- name: pgadmin-data
|
||||
mountPath: /var/lib/pgadmin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue