Add cert-manager annotations to Ingress for Let's Encrypt issuer
This commit is contained in:
parent
86f5523abb
commit
5dc4290337
@ -12,6 +12,9 @@ httpServiceRender = lambda h: HTTPService {
|
|||||||
kind = "Ingress"
|
kind = "Ingress"
|
||||||
metadata = {
|
metadata = {
|
||||||
name = h.service
|
name = h.service
|
||||||
|
annotations = {
|
||||||
|
"cert-manager.io/issuer": "letsencrypt"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
spec = {
|
spec = {
|
||||||
rules = [{
|
rules = [{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user