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
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: external-ip
|
||||
port:
|
||||
number: 8123
|
||||
- backend:
|
||||
serviceName: external-ip
|
||||
servicePort: 80
|
||||
path: /
|
||||
|
||||
# TLS configuration for HTTPS
|
||||
tls:
|
||||
|
||||
@@ -5,7 +5,7 @@ metadata:
|
||||
spec:
|
||||
ports:
|
||||
- name: app
|
||||
port: 8123
|
||||
port: 80
|
||||
protocol: TCP
|
||||
targetPort: 8123
|
||||
clusterIP: None
|
||||
|
||||
Reference in New Issue
Block a user