HA: changes 12

This commit is contained in:
Ruben Hensen
2024-12-24 15:06:10 +01:00
parent b6ffcb8e7c
commit af3d7e3015
2 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ spec:
service:
name: ha-svc
port:
number: 443
number: 80
# TLS configuration for HTTPS
tls:
+8 -8
View File
@@ -1,14 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: app
name: ha-svc
spec:
selector:
app.kubernetes.io/name: app
ports:
- name: app
port: 443
- name: http
protocol: TCP
port: 80
targetPort: 8123
# ipFamilies:
# - IPv4
# ipFamilyPolicy: SingleStack
# clusterIP: None
# type: ClusterIP
externalIPs:
- 192.168.1.202