Skip to content

Commit d0e8427

Browse files
authored
Merge pull request #34 from stackhpc/lb_https
Switch http to https
2 parents 4014508 + 7db8076 commit d0e8427

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

ansible/inventory/group_vars/all/gateway-api

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ zuul_operator_gateway_api_gatewayclasses:
77
controllerName: projectcontour.io/gateway-controller
88
zuul_operator_gateway_api_gateways:
99
- name: contour
10+
annotations:
11+
cert-manager.io/issuer: letsencrypt
1012
spec:
1113
gatewayClassName: contour
1214
listeners:
13-
- name: http
14-
protocol: HTTP
15-
port: 80
15+
- name: https
16+
hostname: "zuul.compute.sms-lab.cloud"
17+
protocol: HTTPS
18+
port: 443
1619
allowedRoutes:
1720
namespaces:
1821
from: All
22+
tls:
23+
mode: Terminate
24+
certificateRefs:
25+
- name: zuul-compute-sms-lab-cloud-tls
26+
kind: Secret
1927

2028
zuul_operator_gateway_api_httproutes:
2129
- name: zuul-web-gateway-route

0 commit comments

Comments
 (0)