Update deployment.yaml
This commit is contained in:
parent
d21e5be727
commit
4278377a87
@ -13,7 +13,7 @@ spec:
|
||||
app: grocy
|
||||
spec:
|
||||
containers:
|
||||
- name: grocy-frontend
|
||||
- name: frontend
|
||||
image: grocy/frontend:v4.2.0
|
||||
resources:
|
||||
limits:
|
||||
@ -23,7 +23,7 @@ spec:
|
||||
- name: http-frontend
|
||||
containerPort: 8080
|
||||
protocol: TCP
|
||||
- name: grocy-backend
|
||||
- name: backend
|
||||
image: grocy/backend:v4.2.0
|
||||
env:
|
||||
- name: GROCY_MODE
|
||||
|
Loading…
Reference in New Issue
Block a user