mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
AI revise
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user