mirror of
https://gitlab.com/shouptech/flux.git
synced 2026-02-03 15:59:45 +00:00
Add quotes where there were none
This commit is contained in:
parent
7af7d95965
commit
2630d45284
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ spec:
|
||||||
- name: REDIS_HOST
|
- name: REDIS_HOST
|
||||||
value: redis
|
value: redis
|
||||||
- name: REDIS_HOST_PORT
|
- name: REDIS_HOST_PORT
|
||||||
value: 6379
|
value: "6379"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "1024Mi"
|
memory: "1024Mi"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue