Skip to content

Commit 01bfaf8

Browse files
authored
chore: update deployment and api.env configuration (#106)
1 parent 6f88722 commit 01bfaf8

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

charts/exivity/templates/pigeon/deployment.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,6 @@ spec:
6262
- secretRef:
6363
name: {{ include "exivity.fullname" $ -}}-app-key
6464
env:
65-
- name: REDIS_HOST
66-
value: exivity-redis-master
67-
- name: REDIS_PORT
68-
value: "6379"
69-
- name: CACHE_DRIVER
70-
value: redis
71-
- name: QUEUE_DRIVER
72-
value: redis
7365
- name: EXIVITY_BACKEND_LOG_LEVEL
7466
value: "{{ .Values.logLevel.backend }}"
7567
- name: ENABLE_PROMETHEUS

charts/exivity/templates/proximity/api.env.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ metadata:
66
app.kubernetes.io/component: proximity-api
77
{{- include "exivity.labels" $ | indent 4 }}
88
data:
9-
REDIS_HOST: exivity-redis-master
109
CACHE_DRIVER: file
1110
QUEUE_CONNECTION: sync
1211
NGINX_LOG_PATH: /var/log/nginx

0 commit comments

Comments
 (0)