mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
HA: changes 4
This commit is contained in:
@@ -26,17 +26,19 @@ spec:
|
|||||||
rules:
|
rules:
|
||||||
- host: ha.hensen.io
|
- host: ha.hensen.io
|
||||||
http:
|
http:
|
||||||
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: ha-svc
|
name: ha-svc
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|
||||||
# TLS configuration for HTTPS
|
# TLS configuration for HTTPS
|
||||||
tls:
|
tls:
|
||||||
# TLS secretName used on ClusterIssuer
|
# TLS secretName used on ClusterIssuer
|
||||||
- secretName: letsencrypt-prod
|
- secretName: letsencrypt-prod
|
||||||
hosts:
|
hosts:
|
||||||
- ha.hensen.io
|
- ha.hensen.io
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user