Skip to content

Commit

Permalink
Update guiduck.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni authored Sep 28, 2024
1 parent 93c9d5b commit cec12d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/guiduck/guiduck.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

{ name = "REDIS_URI"; value = "redis://redis-master"; }
{ name = "REDIS_PASSWORD"; valueFrom.secretKeyRef = { name = "redis"; key = "redis-password"; }; }
{ name = "POKETWO_REDIS_URI"; value = "redis://[64:ff9b::204.16.243.197]/0"; }
{ name = "POKETWO_REDIS_URI"; value = "redis://redis-master.poketwo"; }
{ name = "POKETWO_REDIS_PASSWORD"; valueFrom.secretKeyRef = { name = "guiduck"; key = "poketwo-redis-password"; }; }
{ name = "OUTLINE_BASE_URL"; value = "https://outline.poketwo.io"; }
{ name = "OUTLINE_API_TOKEN"; valueFrom.secretKeyRef = { name = "guiduck"; key = "outline-api-token"; }; }
Expand Down

0 comments on commit cec12d4

Please sign in to comment.