Update deployment.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 12:48:07 -06:00
parent d21e5be727
commit 4278377a87

View File

@ -13,7 +13,7 @@ spec:
app: grocy app: grocy
spec: spec:
containers: containers:
- name: grocy-frontend - name: frontend
image: grocy/frontend:v4.2.0 image: grocy/frontend:v4.2.0
resources: resources:
limits: limits:
@ -23,7 +23,7 @@ spec:
- name: http-frontend - name: http-frontend
containerPort: 8080 containerPort: 8080
protocol: TCP protocol: TCP
- name: grocy-backend - name: backend
image: grocy/backend:v4.2.0 image: grocy/backend:v4.2.0
env: env:
- name: GROCY_MODE - name: GROCY_MODE