mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-19 02:52:56 +02:00
HA: add ingress, svc, endpoint
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: external-ip
|
||||
spec:
|
||||
ports:
|
||||
- name: app
|
||||
port: 8123
|
||||
protocol: TCP
|
||||
targetPort: 8123
|
||||
clusterIP: None
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user