Skip to content
This repository was archived by the owner on Jun 25, 2025. It is now read-only.

Commit 0c82466

Browse files
committed
feat(storage): Make redis the default storage adapter
1 parent 7144c4e commit 0c82466

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const (
99
)
1010

1111
type config struct {
12-
StorageType string `envconfig:"STORAGE_ADAPTER" default:"memory"`
12+
StorageType string `envconfig:"STORAGE_ADAPTER" default:"redis"`
1313
NumLines int `envconfig:"NUMBER_OF_LINES" default:"1000"`
1414
AggregatorType string `envconfig:"AGGREGATOR_TYPE" default:"nsq"`
1515
}

manifests/deis-logger-rc.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ spec:
1919
image: quay.io/deis/logger:v2-beta
2020
imagePullPolicy: Always
2121
env:
22-
- name: STORAGE_ADAPTER
23-
value: redis
2422
- name: DEIS_LOGGER_REDIS_PASSWORD
2523
valueFrom:
2624
secretKeyRef:

0 commit comments

Comments
 (0)