Standardized internal application paths
This commit is contained in:
parent
5ee0a9e59d
commit
d1dcd61e14
23 changed files with 180 additions and 177 deletions
|
|
@ -17,7 +17,7 @@ spec:
|
|||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: "/internal/dev/openproject"
|
||||
value: "/internal/dev/projectmanagement"
|
||||
|
||||
backendRefs:
|
||||
- name: openproject
|
||||
|
|
|
|||
|
|
@ -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/openproject"
|
||||
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: "/internal/dev/projectmanagement"
|
||||
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: SDuOoKzOjz5WqKN1MUWy3hmnXAr7xWyP8aRRiSp2CdYbKXVL2cpNPgbk8pQSWkdu
|
||||
secret-key-base: ydQvzBCGhvxuoMLCB25TOfqfMAzCgROooYKzWeac2MSQ6I1YCa62HQw5KFTyHaRU
|
||||
...
|
||||
---
|
||||
# Source: openproject/templates/persistentvolumeclaim.yaml
|
||||
|
|
@ -331,7 +331,7 @@ spec:
|
|||
|
||||
# annotate pods with env value checksums so changes trigger re-deployments
|
||||
|
||||
checksum/env-core: 9168cde503dc9ab26d56a3d92b2f12e3634fcc94d89a489f1fe35418b66c6357
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
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: 9168cde503dc9ab26d56a3d92b2f12e3634fcc94d89a489f1fe35418b66c6357
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
checksum/env-memcached: fd1a022eb3ba9e1437809d0177660fdab3ae79b4fcfbee2f8ec1264ee0aa944d
|
||||
checksum/env-oidc: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
checksum/env-s3: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
|
|
@ -722,7 +722,7 @@ spec:
|
|||
protocol: TCP
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: "/internal/dev/openproject/health_checks/default"
|
||||
path: "/internal/dev/projectmanagement/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/openproject/health_checks/default"
|
||||
path: "/internal/dev/projectmanagement/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/openproject/health_checks/default"
|
||||
path: "/internal/dev/projectmanagement/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: 9168cde503dc9ab26d56a3d92b2f12e3634fcc94d89a489f1fe35418b66c6357
|
||||
checksum/env-core: 4d455db544e55fa9615b889773dff0800b54259754f45df6e95a050e1f9e581f
|
||||
checksum/env-memcached: fd1a022eb3ba9e1437809d0177660fdab3ae79b4fcfbee2f8ec1264ee0aa944d
|
||||
checksum/env-oidc: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
checksum/env-s3: 01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue