mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
18 lines
426 B
YAML
18 lines
426 B
YAML
apiVersion: discovery.k8s.io/v1
|
|
kind: EndpointSlice
|
|
metadata:
|
|
name: home-assistant-1
|
|
namespace: haos
|
|
labels:
|
|
kubernetes.io/service-name: home-assistant
|
|
endpointslice.kubernetes.io/managed-by: cluster-admins
|
|
addressType: IPv4
|
|
ports:
|
|
- name: http
|
|
protocol: TCP
|
|
port: 8123
|
|
endpoints:
|
|
- addresses:
|
|
- 192.168.1.27
|
|
conditions: # https://github.com/argoproj/argo-cd/issues/15554
|
|
ready: true |