HA: changes 4

This commit is contained in:
Ruben Hensen
2024-12-24 14:49:31 +01:00
parent f4070385d5
commit e4ae328228
+4 -2
View File
@@ -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