Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dpl go reload playground ii #1860

Draft
wants to merge 33 commits into
base: develop
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
2b76460
New openid-client for unilogin (0.9.1)
spaceo Nov 13, 2024
c118cf3
Testing logout and refresh in unilogin
spaceo Nov 14, 2024
26035ed
Suspense fixes in useSession (release 0.9.4 of go)
spaceo Nov 15, 2024
aed5ac3
Suspense fixes in useSession - for real
spaceo Nov 15, 2024
950a811
Merge branch 'develop' into dpl-go-reload-playground
spaceo Nov 18, 2024
b2193b5
Adding go version with unilogin experiment (0.9.55)
spaceo Nov 18, 2024
45a3d81
Trying to add a larger buffer size in nginx
spaceo Nov 18, 2024
12b37a9
Merge branch 'develop' into dpl-go-reload-playground
spaceo Dec 3, 2024
42b6dfa
New go...
spaceo Dec 3, 2024
4508b74
Merge branch 'develop' into dpl-go-reload-playground
spaceo Dec 3, 2024
9390f54
New go...
spaceo Dec 3, 2024
00ea970
New go...
spaceo Dec 3, 2024
766d7c2
New go...
spaceo Dec 3, 2024
897d74a
New go...
spaceo Dec 4, 2024
650235e
New go...
spaceo Dec 4, 2024
da74c16
New go...
spaceo Dec 4, 2024
f57f3e9
New go...
spaceo Dec 4, 2024
78f80ef
New go...
spaceo Dec 6, 2024
dbffdbd
attempt to allow large cookies via lagoon.yaml
ITViking Dec 9, 2024
b5b189d
forgot to add a service to the route
ITViking Dec 9, 2024
0a3b665
remove protocol
ITViking Dec 9, 2024
1e52a43
Update .lagoon.yml
ITViking Dec 9, 2024
5d97895
still attempting to set annotation on default route
ITViking Dec 9, 2024
00bb8cf
New go...
spaceo Dec 12, 2024
a69bb5a
Try high readiness/liveness probes
spaceo Dec 12, 2024
c343ab8
Try lower readiness/liveness probes
spaceo Dec 12, 2024
d75d33b
Trying persistent node hoping to get better build experience
spaceo Dec 12, 2024
4ab0896
Waiting with deploying node
spaceo Dec 12, 2024
470d987
Deploying node...
spaceo Dec 12, 2024
7251fda
attempting to get annotations set by .lagoon.yml
ITViking Dec 18, 2024
c69999c
is it possible if we have a route? .lagoon.yml
ITViking Dec 18, 2024
9b089fa
urls are lists Update .lagoon.yml
ITViking Dec 18, 2024
1f6bfb8
rearrange lists according to docs
ITViking Dec 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .lagoon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,13 @@ environments:
schedule: "M/30 * * * *"
command: drush dpl_po:import-remote-config-po da https://danskernesdigitalebibliotek.github.io/dpl-cms/translations/da.config.po
service: cli
pr-1501:
pr-1757:
routes:
- node:
- bibliotest.deranged.dk:
annotations:
nginx.ingress.kubernetes.io/proxy-buffer-size: 8k

cronjobs:
- name: drush cron
schedule: "M/15 * * * *"
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,12 @@ services:
<< : *default-environment

node:
image: ghcr.io/danskernesdigitalebibliotek/dpl-go-node:0.0.12
image: ghcr.io/danskernesdigitalebibliotek/dpl-go-node:0.11.4
labels:
lagoon.type: node
provenance: false
lagoon.type: node-persistent
lagoon.persistent: /app/.next
lagoon.persistent.size: 500Mi

volumes:
projectroot:
Expand Down
7 changes: 7 additions & 0 deletions lagoon-core-values.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
controller:
config:
client-body-timeout: '600' # max 600 secs fileuploads
proxy-send-timeout: '1800' # max 30min connections - needed for websockets
proxy-read-timeout: '1800' # max 30min connections - needed for websockets
proxy-body-size: 1024m # 1GB file size
proxy-buffer-size: 64k # bigger buffer
Loading