AI revise

This commit is contained in:
2025-06-23 13:58:42 +10:00
parent 341e64776c
commit 51385cd6ae
+20 -20
View File
@@ -95,27 +95,27 @@ spec:
targetPort: web
port: 80
protocol: TCP
---
# ---
apiVersion: v1
kind: Service
metadata:
name: home-assistant-lb
annotations:
metallb.universe.tf/loadBalancerIPs: 192.168.1.201
labels:
name: home-assistant
spec:
type: LoadBalancer
externalIPs:
- 192.168.1.201
selector:
app: ha
ports:
- name: ha
targetPort: web
port: 80
protocol: TCP
# apiVersion: v1
# kind: Service
# metadata:
# name: home-assistant-lb
# annotations:
# metallb.universe.tf/loadBalancerIPs: 192.168.1.201
# labels:
# name: home-assistant
# spec:
# type: LoadBalancer
# externalIPs:
# - 192.168.1.201
# selector:
# app: ha
# ports:
# - name: ha
# targetPort: web
# port: 80
# protocol: TCP
---