resource limits

This commit is contained in:
2024-04-25 14:18:52 +02:00
parent 9d22ca2db3
commit e17507f643
8 changed files with 129 additions and 59 deletions
apps
infrastructure/03-traefik/base
projects/website/base

@ -21,7 +21,10 @@ spec:
- name: http
containerPort: 80
protocol: TCP
resources: {}
resources:
limits:
cpu: "0.1"
memory: "1Gi"
imagePullSecrets:
- name: ghcr-io-secret
restartPolicy: Always