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: service:
name: ha-svc name: ha-svc
port: port:
number: 443 number: 80
# TLS configuration for HTTPS # TLS configuration for HTTPS
tls: tls:
+9 -9
View File
@@ -1,14 +1,14 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: app name: ha-svc
spec: spec:
selector:
app.kubernetes.io/name: app
ports: ports:
- name: app - name: http
port: 443 protocol: TCP
targetPort: 8123 port: 80
# ipFamilies: targetPort: 8123
# - IPv4 externalIPs:
# ipFamilyPolicy: SingleStack - 192.168.1.202
# clusterIP: None
# type: ClusterIP