Skip to content

Commit

Permalink
Fix port number for homebridge ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
nickclyde committed Sep 23, 2024
1 parent 4e41751 commit 9a970ef
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions kubernetes/apps/homebridge/homebridge/app/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,7 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
meta.helm.sh/release-name: homebridge
meta.helm.sh/release-namespace: homebridge
labels:
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: homebridge
app.kubernetes.io/part-of: homebridge
helm.toolkit.fluxcd.io/name: homebridge
helm.toolkit.fluxcd.io/namespace: homebridge
k8s-app: homebridge
name: homebridge
namespace: homebridge
spec:
ingressClassName: internal
rules:
Expand All @@ -24,6 +13,6 @@ spec:
service:
name: homebridge
port:
name: http
number: 8581
path: /
pathType: Prefix

0 comments on commit 9a970ef

Please sign in to comment.