Skip to content

Commit

Permalink
mealie: temporary SVC to connect with homeassistant
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfantom committed Jan 27, 2025
1 parent 82e892a commit e2bed4c
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions apps/mealie/manifests/app/tmp-svc-hass.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
apiVersion: v1
kind: Service
metadata:
name: mealie-lb
labels:
app.kubernetes.io/name: mealie
spec:
loadBalancerIP: 192.168.2.83
type: LoadBalancer
ports:
- name: http
port: 9000
protocol: TCP
targetPort: http
selector:
app.kubernetes.io/name: mealie

0 comments on commit e2bed4c

Please sign in to comment.