Remove redis from toml file (#845)

* Remove redis from toml file

* remove redis from yamls
This commit is contained in:
Marwan Sulaiman
2018-11-01 11:24:46 -04:00
committed by GitHub
parent 9cca0ada44
commit 3844e82b8c
4 changed files with 0 additions and 22 deletions
-4
View File
@@ -41,10 +41,6 @@ spec:
- name: ATHENS_TRACE_EXPORTER - name: ATHENS_TRACE_EXPORTER
value: "jaeger" value: "jaeger"
{{- end }} {{- end }}
# TODO: re-enable when workers are used
# SPACES of template must be fixed back while re-enabling
#- name: ATHENS_REDIS_QUEUE_ADDRESS
# value: { { .Values.redis.address | quote } }
ports: ports:
- containerPort: 3000 - containerPort: 3000
{{- if eq .Values.storage.type "disk" }} {{- if eq .Values.storage.type "disk" }}
-8
View File
@@ -46,14 +46,6 @@ netrc:
# if enabled, it expects to find the content of a valid .netrc file imported as a secret named netrcsecret # if enabled, it expects to find the content of a valid .netrc file imported as a secret named netrcsecret
enabled: false enabled: false
# Worker is disabled right now. When it's turned on, we can use helm dependencies to start this up!
#redis:
# useEmbedded: false
# address: ":6379"
# username:
# password:
# host:
jaeger: jaeger:
## Type of service; valid values are "ClusterIP", "LoadBalancer", and "NodePort". ## Type of service; valid values are "ClusterIP", "LoadBalancer", and "NodePort".
type: ClusterIP type: ClusterIP
-5
View File
@@ -70,11 +70,6 @@ Timeout = 300
# Env override: ATHENS_GLOBAL_ENDPOINT # Env override: ATHENS_GLOBAL_ENDPOINT
GlobalEndpoint = "http://localhost:3001" GlobalEndpoint = "http://localhost:3001"
# Redis queue for buffalo workers
# Defaults to ":6379"
# Env override: ATHENS_REDIS_QUEUE_ADDRESS
RedisQueueAddress = ":6379"
# Username for basic auth # Username for basic auth
# Env override: BASIC_AUTH_USER # Env override: BASIC_AUTH_USER
BasicAuthUser = "" BasicAuthUser = ""
-5
View File
@@ -1,10 +1,5 @@
version: '3' version: '3'
services: services:
redis:
image: redis:alpine
command: ["redis-server", "--appendonly", "yes"]
ports:
- "6379:6379"
mongo: mongo:
image: mongo:3.7.9-jessie image: mongo:3.7.9-jessie
ports: ports: