Skip to content

Commit

Permalink
Remove timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffMboya committed Jan 23, 2025
1 parent ad07f1c commit 5fd337c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 270 deletions.
18 changes: 0 additions & 18 deletions charts/supermq/templates/timescal-reader-service.yaml

This file was deleted.

80 changes: 0 additions & 80 deletions charts/supermq/templates/timescale-reader-deployment.yaml

This file was deleted.

99 changes: 0 additions & 99 deletions charts/supermq/templates/timescale-writer-deployment.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions charts/supermq/templates/timescale-writer-service.yaml

This file was deleted.

56 changes: 0 additions & 56 deletions charts/supermq/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -532,61 +532,6 @@ postgresqljournal:
ports:
postgresql: *postgresqlJournalPort

timescaledb:
## If you want to use an external database, set this to false and change host & port to external postgresql server host & port respectively
enabled: true
name: timescalerw
host: timescalerw
port: &messagesRwTimescalePort 5432
database: &messagesRwTimescaleDatabase messages
username: &messagesRwTimescaleUsername magistrala
password: &messagesRwTimescalePassword magistrala
reader:
image:
{}
# pullSecrets: {}
# repository: "magistrala/timescale-reader"
# tag: "latest"
# pullPolicy: "IfNotPresent"
# jaegerTraceRatio: 1.0
# sendTelemetry: true
# logLevel: "info"
enabled: true
http: { port: 9011 }
# nodeSelector: {}
# affinity: {}
# tolerations: {}
writer:
image:
{}
# pullSecrets: {}
# repository: "magistrala/timescale-writer"
# tag: "latest"
# pullPolicy: "IfNotPresent"
# jaegerTraceRatio: 1.0
# sendTelemetry: true
# logLevel: "info"
# nodeSelector: {}
# affinity: {}
# tolerations: {}
enabled: true
http: { port: 9012 }
## Configurations of Bitnami postgres
global:
postgresql:
auth:
postgresPassword: *messagesRwTimescalePassword
username: *messagesRwTimescaleUsername
password: *messagesRwTimescalePassword
database: *messagesRwTimescaleDatabase
service:
ports:
postgresql: *messagesRwTimescalePort
image:
registry: docker.io
repository: timescale/timescaledb
tag: latest-pg12

ui:
enabled: true
image:
Expand All @@ -606,7 +551,6 @@ ui:
# authUrl: "http://magistrala-auth:8189"
# bootstrapUrl: "http://magistrala-bootstrap:9013"
# thingsUrl: "http://magistrala-things:9000"
# readerUrl: "http://magistrala-timescale-reader:9011"
# invitationsUrl: "http:///magistrala-auth:9020"
# journalUrl: "http:///magistrala-auth:9021"
# domainsUrl: "http://magistrala-auth:8189"
Expand Down

0 comments on commit 5fd337c

Please sign in to comment.