Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 12:59:49 -06:00
parent 4278377a87
commit f8fb30938d

View File

@ -13,41 +13,25 @@ spec:
app: grocy
spec:
containers:
- name: frontend
image: grocy/frontend:v4.2.0
resources:
limits:
memory: "128Mi"
cpu: "500m"
ports:
- name: http-frontend
containerPort: 8080
protocol: TCP
- name: backend
image: grocy/backend:v4.2.0
- name: grocy
image: lscr.io/linuxserver/grocy:v4.2.0-ls271
env:
- name: GROCY_MODE
value: demo
- name: GROCY_CULTURE
value: en
- name: MAX_UPLOAD
value: 50M
- name: PHP_MAX_FILE_UPLOAD
value: "200"
- name: PHP_MAX_POST
value: 100M
- name: PHP_MEMORY_LIMIT
value: 512M
- name: PUID
value: "1000"
- name: PGID
value: "1000"
- name: TZ
value: "America/Chicago"
resources:
limits:
memory: "1Gi"
cpu: "500m"
ports:
- name: http-backend
containerPort: 9000
- name: http
containerPort: 80
protocol: TCP
volumeMounts:
- mountPath: /var/www/data
- mountPath: /config
name: grocy-data
serviceAccountName: grocy
volumes: