HA: add ingress, svc, endpoint

This commit is contained in:
Ruben Hensen
2024-12-24 14:32:58 +01:00
parent 0c982e5fb6
commit 1c6fe81789
4 changed files with 85 additions and 0 deletions
+12
View File
@@ -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