Skip to content

Commit ee58c69

Browse files
committed
reconfigured
1 parent ecf348d commit ee58c69

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

ingress/issuer.yaml renamed to ingress/cluster_issuer.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: cert-manager.io/v1
2-
kind: Issuer
2+
kind: ClusterIssuer
33
metadata:
44
name: lcl-lab-issuer
55
namespace: cert-manager

ingress/gateway.yaml

+18-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
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

0 commit comments

Comments
 (0)