mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
HA: change ingress
This commit is contained in:
@@ -27,13 +27,10 @@ spec:
|
|||||||
- host: ha.hensen.io
|
- host: ha.hensen.io
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- backend:
|
||||||
pathType: Prefix
|
serviceName: external-ip
|
||||||
backend:
|
servicePort: 80
|
||||||
service:
|
path: /
|
||||||
name: external-ip
|
|
||||||
port:
|
|
||||||
number: 8123
|
|
||||||
|
|
||||||
# TLS configuration for HTTPS
|
# TLS configuration for HTTPS
|
||||||
tls:
|
tls:
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: app
|
- name: app
|
||||||
port: 8123
|
port: 80
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
targetPort: 8123
|
targetPort: 8123
|
||||||
clusterIP: None
|
clusterIP: None
|
||||||
|
|||||||
Reference in New Issue
Block a user