This commit is contained in:
Florian Herrengt 2024-06-20 20:55:11 +01:00
parent e5f60f02fc
commit 069696e592
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@ patches:
version: v1 version: v1
kind: Deployment kind: Deployment
patch: |- patch: |-
- op: add
path: /spec/template/spec/containers/0/env/-
value: {name: TZ, value: UTC}
- op: add - op: add
path: /spec/template/spec/containers/0/env/- path: /spec/template/spec/containers/0/env/-
value: {name: NATS_URL, value: http://nats.databases} value: {name: NATS_URL, value: http://nats.databases}