Skip to content

Commit

Permalink
chore: kromgo env var update
Browse files Browse the repository at this point in the history
  • Loading branch information
timtorChen committed Aug 20, 2024
1 parent c43ced9 commit f15af0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/kromgo/app/kromgo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
tag: v0.4.1
env:
PROMETHEUS_URL: http://mimir-query-frontend.mimir:8080/prometheus
PORT: 8080
SERVER_PORT: &p 8080
securityContext:
runAsNonRoot: true
runAsUser: 65534
Expand Down Expand Up @@ -71,7 +71,7 @@ spec:
ports:
http:
primary: true
port: &p 8080
port: *p
protocol: HTTP
ingress:
main:
Expand Down

0 comments on commit f15af0b

Please sign in to comment.