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
2
2
kind : Ingress
3
3
metadata :
4
4
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"
5
9
spec :
6
10
ingressClassName : nginx
11
+ tls :
12
+ - hosts :
13
+ - thegraph.com
14
+ secretName : thegraph-com-tls
7
15
rules :
8
16
- host : thegraph.com
9
17
http :
Original file line number Diff line number Diff line change @@ -2,8 +2,16 @@ apiVersion: networking.k8s.io/v1
2
2
kind : Ingress
3
3
metadata :
4
4
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"
5
9
spec :
6
10
ingressClassName : nginx
11
+ tls :
12
+ - hosts :
13
+ - staging.thegraph.com
14
+ secretName : staging-thegraph-com-tls
7
15
rules :
8
16
- host : staging.thegraph.com
9
17
http :
You can’t perform that action at this time.
0 commit comments