Files
Kubernetes-Manifests/truenas/truenas-endpointslice.yaml
2026-06-01 10:10:01 +02:00

19 lines
332 B
YAML

apiVersion: discovery.k8s.io/v1
kind: EndpointSlice
metadata:
name: truenas
namespace: truenas
labels:
kubernetes.io/service-name: truenas
addressType: IPv4
ports:
- port: 443
protocol: TCP
endpoints:
- addresses:
- "10.8.14.2"
conditions:
ready: true
serving: true
terminating: false