File tree 2 files changed +19
-21
lines changed
2 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : cert-manager.io/v1
2
- kind : Issuer
2
+ kind : ClusterIssuer
3
3
metadata :
4
4
name : lcl-lab-issuer
5
5
namespace : cert-manager
Original file line number Diff line number Diff line change 1
- # apiVersion: gateway.networking.k8s.io/v1
2
- # kind: Gateway
3
- # metadata:
4
- # name: home-lab
5
- # namespace: home-lab
6
- # spec:
7
- # gatewayClassName: home-lab
8
- # listeners:
9
- # - name: http
10
- # protocol: HTTP
11
- # port: 80
12
- # - name: https
13
- # protocol: HTTPS
14
- # port: 443
15
- # tls:
16
- # mode: Terminate
17
- # certificateRefs:
18
- # - kind: Secret
19
- # group: ""
20
- # name: home-lab-ingress
1
+ apiVersion : gateway.networking.k8s.io/v1
2
+ kind : Gateway
3
+ metadata :
4
+ name : home-lab
5
+ namespace : home-lab
6
+ annotations :
7
+ cert-manager.io/cluster-issuer : letsencrypt
8
+ spec :
9
+ gatewayClassName : home-lab
10
+ listeners :
11
+ - name : http
12
+ protocol : HTTP
13
+ port : 80
14
+ - name : https
15
+ protocol : HTTPS
16
+ port : 443
17
+ tls :
18
+ mode : Terminate
You can’t perform that action at this time.
0 commit comments