mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 18:22:54 +02:00
12 lines
198 B
YAML
12 lines
198 B
YAML
apiVersion: v1
|
|
kind: Endpoints
|
|
metadata:
|
|
name: ha-endpoint
|
|
app.kubernetes.io/name: ha-endpoint
|
|
subsets:
|
|
- addresses:
|
|
- ip: 192.168.1.202
|
|
ports:
|
|
- name: app
|
|
port: 8123
|
|
protocol: TCP |