mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
HA: changes 12
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
service:
|
||||
name: ha-svc
|
||||
port:
|
||||
number: 443
|
||||
number: 80
|
||||
|
||||
# TLS configuration for HTTPS
|
||||
tls:
|
||||
|
||||
@@ -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
|
||||
targetPort: 8123
|
||||
# ipFamilies:
|
||||
# - IPv4
|
||||
# ipFamilyPolicy: SingleStack
|
||||
# clusterIP: None
|
||||
# type: ClusterIP
|
||||
- name: http
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 8123
|
||||
externalIPs:
|
||||
- 192.168.1.202
|
||||
Reference in New Issue
Block a user