mirror of
https://github.com/wahyd4/links.git
synced 2026-08-09 05:06:16 +10:00
Update k8s
This commit is contained in:
+15
-7
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user