Merge branch 'master' of https://git.fascinated.cc/Fascinated/homelab-argocd
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 45s
Some checks failed
Check Kubernetes YAMLs / scan (push) Failing after 45s
This commit is contained in:
@ -16,7 +16,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: flyimg-container
|
||||
image: flyimg/flyimg:1.4.13
|
||||
image: flyimg/flyimg:1.4.15
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
ports:
|
||||
@ -26,8 +26,8 @@ spec:
|
||||
cpu: 50m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
cpu: 1000m # 1 vCPU
|
||||
memory: 200Mi
|
||||
cpu: 2000m
|
||||
memory: 512Mi
|
||||
volumeMounts:
|
||||
- name: flyimg-storage
|
||||
mountPath: /var/www/html/web/uploads
|
||||
|
Reference in New Issue
Block a user