Skip to content

Commit

Permalink
chore(pg): Reduce CPU request for DBs
Browse files Browse the repository at this point in the history
  • Loading branch information
eaglesemanation committed Nov 30, 2024
1 parent ddf3929 commit 58c2b2d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion k8s/apps/accounting/mealie/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
app.kubernetes.io/instance: mealie-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 512Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/development/gitea/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
app.kubernetes.io/instance: gitea-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 512Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/development/jupyterhub/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/instance: jupyterhub-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down
4 changes: 2 additions & 2 deletions k8s/apps/multimedia/bazarr/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/instance: bazarr-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down Expand Up @@ -91,7 +91,7 @@ spec:
image: registry.developers.crunchydata.com/crunchydata/crunchy-pgadmin4:ubi8-4.30-16
resources:
requests:
cpu: 100m
cpu: 50m
memory: 64Mi
limits:
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/multimedia/immich/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/instance: immich-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 512Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/multimedia/prowlarr/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
app.kubernetes.io/instance: prowlarr-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/multimedia/radarr/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
app.kubernetes.io/instance: radarr-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/multimedia/sonarr/base/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/instance: sonarr-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion k8s/apps/security/authentik/postgres.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
app.kubernetes.io/instance: authentik-pg
resources:
requests:
cpu: 100m
cpu: 50m
memory: 128Mi
limits:
memory: 256Mi
Expand Down

0 comments on commit 58c2b2d

Please sign in to comment.