Skip to content

Commit

Permalink
Update nextcloud; reduce nocodb replicas to 1.
Browse files Browse the repository at this point in the history
Having multiple replicas doesn't work very well. Nocodb keeps data in
memory, so the replicas go out of sync.
  • Loading branch information
pippijn committed Nov 3, 2024
1 parent e4004d6 commit c4bac85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/kubes/nextcloud/nextcloud/nextcloud-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
name: nginx-config
containers:
- name: nextcloud
image: nextcloud:29.0.0-fpm-alpine
image: nextcloud:29.0.8-fpm-alpine
imagePullPolicy: Always
env:
- name: MYSQL_HOST
Expand Down
2 changes: 1 addition & 1 deletion code/kubes/nocodb/nocodb/nocodb-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
selector:
matchLabels:
pod-label: nocodb-server-pod
replicas: 4
replicas: 1
template:
metadata:
labels:
Expand Down

0 comments on commit c4bac85

Please sign in to comment.