mirror of
https://github.com/gomods/athens
synced 2026-02-03 12:10:32 +00:00
Remove redis from toml file (#845)
* Remove redis from toml file * remove redis from yamls
This commit is contained in:
@@ -41,10 +41,6 @@ spec:
|
||||
- name: ATHENS_TRACE_EXPORTER
|
||||
value: "jaeger"
|
||||
{{- 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:
|
||||
- containerPort: 3000
|
||||
{{- if eq .Values.storage.type "disk" }}
|
||||
|
||||
@@ -46,14 +46,6 @@ netrc:
|
||||
# if enabled, it expects to find the content of a valid .netrc file imported as a secret named netrcsecret
|
||||
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:
|
||||
## Type of service; valid values are "ClusterIP", "LoadBalancer", and "NodePort".
|
||||
type: ClusterIP
|
||||
|
||||
@@ -70,11 +70,6 @@ Timeout = 300
|
||||
# Env override: ATHENS_GLOBAL_ENDPOINT
|
||||
GlobalEndpoint = "http://localhost:3001"
|
||||
|
||||
# Redis queue for buffalo workers
|
||||
# Defaults to ":6379"
|
||||
# Env override: ATHENS_REDIS_QUEUE_ADDRESS
|
||||
RedisQueueAddress = ":6379"
|
||||
|
||||
# Username for basic auth
|
||||
# Env override: BASIC_AUTH_USER
|
||||
BasicAuthUser = ""
|
||||
|
||||
@@ -1,10 +1,5 @@
|
||||
version: '3'
|
||||
services:
|
||||
redis:
|
||||
image: redis:alpine
|
||||
command: ["redis-server", "--appendonly", "yes"]
|
||||
ports:
|
||||
- "6379:6379"
|
||||
mongo:
|
||||
image: mongo:3.7.9-jessie
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user