Skip to content

Commit

Permalink
chore: replace redis with dragonfly-cluster on thanos ks
Browse files Browse the repository at this point in the history
  • Loading branch information
kashalls committed Apr 3, 2024
1 parent 4d5e278 commit 2652483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
AUTHENTIK_POSTGRESQL__HOST: &dbHost postgres-rw.database.svc.cluster.local
AUTHENTIK_POSTGRESQL__USER: &dbUser "{{ .AUTHENTIK_POSTGRESQL__USER }}"
AUTHENTIK_POSTGRESQL__PASSWORD: &dbPass "{{ .AUTHENTIK_POSTGRESQL__PASSWORD }}"
AUTHENTIK_REDIS__URL: "redis+sentinel://redis-headless.database.svc.cluster.local:26379/?db=3&mastername=redis-master"
AUTHENTIK_REDIS__URL: "redis://dragonfly.database.svc.cluster.local:26379/?db=3"

# Postgres Init
INIT_POSTGRES_DBNAME: *dbName
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/main/apps/observability/thanos/ks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
labels:
app.kubernetes.io/name: *app
dependsOn:
- name: redis
- name: dragonfly-cluster
- name: openebs
- name: rook-ceph-cluster
path: ./kubernetes/main/apps/observability/thanos/app
Expand Down

0 comments on commit 2652483

Please sign in to comment.