File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,16 @@ apiVersion: networking.k8s.io/v1
22kind : Ingress
33metadata :
44 name : graph-docs
5+ annotations :
6+ cert-manager.io/issuer : " prod-cluster-origin-issuer"
7+ cert-manager.io/issuer-kind : " ClusterOriginIssuer"
8+ cert-manager.io/issuer-group : " cert-manager.k8s.cloudflare.com"
59spec :
610 ingressClassName : nginx
11+ tls :
12+ - hosts :
13+ - thegraph.com
14+ secretName : thegraph-com-tls
715 rules :
816 - host : thegraph.com
917 http :
Original file line number Diff line number Diff line change @@ -2,8 +2,16 @@ apiVersion: networking.k8s.io/v1
22kind : Ingress
33metadata :
44 name : graph-docs
5+ annotations :
6+ cert-manager.io/issuer : " staging-cluster-origin-issuer"
7+ cert-manager.io/issuer-kind : " ClusterOriginIssuer"
8+ cert-manager.io/issuer-group : " cert-manager.k8s.cloudflare.com"
59spec :
610 ingressClassName : nginx
11+ tls :
12+ - hosts :
13+ - staging.thegraph.com
14+ secretName : staging-thegraph-com-tls
715 rules :
816 - host : staging.thegraph.com
917 http :
You can’t perform that action at this time.
0 commit comments