Skip to content

Commit

Permalink
fix: update atuin and enable metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Dec 10, 2023
1 parent 87bca08 commit 2e64faa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kubernetes/main/apps/default/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ spec:
ATUIN_HOST: 0.0.0.0
ATUIN_PORT: &port 80
ATUIN_OPEN_REGISTRATION: "true"
ATUIN_METRICS_ENABLE: "true"
ATUIN_METRICS_HOST: 0.0.0.0
ATUIN_METRICS_PORT: &metricsPort 8080
ATUIN_METRICS__ENABLE: "true"
ATUIN_METRICS__HOST: 0.0.0.0
ATUIN_METRICS__PORT: &metricsPort 8080
envFrom: *envFrom
args: ["server", "start"]
securityContext:
Expand Down

0 comments on commit 2e64faa

Please sign in to comment.