chore: bump kubernetes resources

This commit is contained in:
braveokafor 2024-02-17 17:20:53 +01:00
parent 0340967930
commit 31b903d831
4 changed files with 21 additions and 8 deletions

View file

@ -19,9 +19,12 @@ spec:
ports:
- containerPort: 8080
resources:
limits:
requests:
cpu: "500m"
memory: "500Mi"
limits:
cpu: "1000m"
memory: "1Gi"
env:
- name: OLLAMA_API_BASE_URL
value: "http://ollama-service.ollama-namespace.svc.cluster.local:11434/api"