We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4014508 + 7db8076 commit d0e8427Copy full SHA for d0e8427
ansible/inventory/group_vars/all/gateway-api
@@ -7,15 +7,23 @@ zuul_operator_gateway_api_gatewayclasses:
7
controllerName: projectcontour.io/gateway-controller
8
zuul_operator_gateway_api_gateways:
9
- name: contour
10
+ annotations:
11
+ cert-manager.io/issuer: letsencrypt
12
spec:
13
gatewayClassName: contour
14
listeners:
- - name: http
- protocol: HTTP
15
- port: 80
+ - name: https
16
+ hostname: "zuul.compute.sms-lab.cloud"
17
+ protocol: HTTPS
18
+ port: 443
19
allowedRoutes:
20
namespaces:
21
from: All
22
+ tls:
23
+ mode: Terminate
24
+ certificateRefs:
25
+ - name: zuul-compute-sms-lab-cloud-tls
26
+ kind: Secret
27
28
zuul_operator_gateway_api_httproutes:
29
- name: zuul-web-gateway-route
0 commit comments