mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-10-29 09:02:28 +00:00
18 lines
428 B
YAML
18 lines
428 B
YAML
apiVersion: discovery.k8s.io/v1
|
|
kind: EndpointSlice
|
|
metadata:
|
|
name: proxmox-euclid
|
|
namespace: proxmox
|
|
labels:
|
|
kubernetes.io/service-name: proxmox-euclid
|
|
endpointslice.kubernetes.io/managed-by: cluster-admins
|
|
addressType: IPv4
|
|
ports:
|
|
- name: https
|
|
protocol: TCP
|
|
port: 8006
|
|
endpoints:
|
|
- addresses:
|
|
- 192.168.1.42
|
|
conditions: # https://github.com/argoproj/argo-cd/issues/15554
|
|
ready: true |