Skip to content

Commit 69e0b49

Browse files
committed
Add http for cert-manager http-01
1 parent cdb23cd commit 69e0b49

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ansible/inventory/group_vars/all/gateway-api

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ zuul_operator_gateway_api_gateways:
1212
spec:
1313
gatewayClassName: contour
1414
listeners:
15+
- name: http
16+
protocol: HTTP
17+
port: 80
18+
allowedRoutes:
19+
namespaces:
20+
from: All
1521
- name: https
1622
hostname: "zuul.compute.sms-lab.cloud"
1723
protocol: HTTPS

0 commit comments

Comments
 (0)