Skip to content

Commit

Permalink
Revert "update nautobot to use CockroachDB"
Browse files Browse the repository at this point in the history
This reverts commit 1d34a35.

Turns out: nautobot requires some of the edgecases that CockroachDB does
not support.
See [#31632](cockroachdb/cockroach#31632)
  • Loading branch information
cedi committed Apr 9, 2023
1 parent 1d34a35 commit 7069c02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions kustomize/bases/nautobot/helm-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,6 @@ nautobot:
- name: "CSRF_COOKIE_SECURE"
value: "True"

db:
engine: "django.db.backends.postgresql"
#existingSecret: "nautobot-env"
#existingSecretPasswordKey: "NAUTOBOT_DB_PASSWORD"
host: "cockroachdb-public.cockroachdb.svc.cluster.local"
name: "nautobot"
port: 26257
timeout: 300
user: "nautobot"
password: "foobar2342"

ingress:
enabled: true
ingressClassName: "nginx"
Expand Down Expand Up @@ -52,7 +41,4 @@ postgresql:

redis:
auth:
password: "foobar2342"

postgresql:
enabled: false
password: "foobar2342"
2 changes: 1 addition & 1 deletion kustomize/overlays/nautobot/secret-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ metadata:
name: oauth2-proxy
files:
- ./redis.secret.yaml
# - ./postgres.secret.yaml
- ./postgres.secret.yaml
- ./nautobot-env.secret.yaml

0 comments on commit 7069c02

Please sign in to comment.