Skip to content

Commit a5c0519

Browse files
committed
Update ingress configuration in values.yaml to include cert-manager annotations and change TLS secret name
1 parent 1415e0b commit a5c0519

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/acasainsiguranta/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ image:
66

77
ingress:
88
enabled: true
9+
annotations:
10+
"cert-manager.io/cluster-issuer": letsencrypt
911
hosts:
1012
- host: acasainsiguranta.ro
1113
paths:
1214
- path: /
1315
pathType: ImplementationSpecific
1416
tls:
15-
- secretName: acasainsiguranta-tls
17+
- secretName: web-ssl
1618
hosts:
1719
- acasainsiguranta.ro
1820

0 commit comments

Comments
 (0)