Skip to content

Commit

Permalink
fix: Label ports as primary when there's a choice
Browse files Browse the repository at this point in the history
  • Loading branch information
szinn committed Mar 5, 2025
1 parent afcb286 commit 3ffaa75
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions kubernetes/main/apps/home/frigate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ spec:
ports:
http:
port: 5000
primary: true
go2rtc:
enabled: true
port: &api-port 1984
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ spec:
ports:
http:
port: 8123
primary: true
code-server:
port: 8080
serviceMonitor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ spec:
controller: main
ports:
http:
primary: true
port: *port
primary: true
health:
port: *hport
ingress:
Expand Down

0 comments on commit 3ffaa75

Please sign in to comment.