Update deployment.yaml
This commit is contained in:
parent
d21e5be727
commit
4278377a87
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user