Update k8s

This commit is contained in:
2024-11-04 22:49:46 +11:00
parent 84fbcc31bd
commit 8c15e3735f
+15 -7
View File
@@ -82,6 +82,14 @@ spec:
limits:
cpu: 200m
memory: 512Mi
readinessProbe:
httpGet:
path: /api/pages
port: 8000
livenessProbe:
httpGet:
path: /api/pages
port: 8000
imagePullSecrets:
- name: github-image-pull-secret
---
@@ -215,11 +223,11 @@ spec:
value: "/app/.cache/uv"
resources:
requests:
cpu: 100m
cpu: 200m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 1000m
memory: 1000Mi
- name: celery-beat
image: "ghcr.io/wahyd4/links:main"
@@ -247,10 +255,10 @@ spec:
value: "/app/.cache/uv"
resources:
requests:
cpu: 100m
memory: 128Mi
cpu: 200m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
cpu: 1000m
memory: 1000Mi
imagePullSecrets:
- name: github-image-pull-secret