mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-18 18:42:56 +02:00
HA: add ingress, svc, endpoint
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Endpoints
|
||||
metadata:
|
||||
name: external-ip
|
||||
subsets:
|
||||
- addresses:
|
||||
- ip: 192.168.1.204
|
||||
ports:
|
||||
- name: app
|
||||
port: 8123
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user