mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
HA: changes 5
This commit is contained in:
@@ -2,6 +2,7 @@ apiVersion: v1
|
|||||||
kind: Endpoints
|
kind: Endpoints
|
||||||
metadata:
|
metadata:
|
||||||
name: ha-endpoint
|
name: ha-endpoint
|
||||||
|
app: ha-endpoint
|
||||||
subsets:
|
subsets:
|
||||||
- addresses:
|
- addresses:
|
||||||
- ip: 192.168.1.202
|
- ip: 192.168.1.202
|
||||||
|
|||||||
@@ -8,5 +8,7 @@ spec:
|
|||||||
port: 80
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8123
|
targetPort: 8123
|
||||||
|
selector:
|
||||||
|
app: ha-endpoint
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
Reference in New Issue
Block a user