|
| 1 | +apiVersion: gateway.networking.k8s.io/v1beta1 |
| 2 | +kind: Gateway |
| 3 | +metadata: |
| 4 | + name: prod-web-istio-inmemory |
| 5 | + labels: |
| 6 | + kuadrant.io/test-dns-provider: inmemory |
| 7 | +spec: |
| 8 | + gatewayClassName: istio |
| 9 | + listeners: |
| 10 | + - allowedRoutes: |
| 11 | + namespaces: |
| 12 | + from: Same |
| 13 | + name: api |
| 14 | + hostname: "myapp.kuadrant.local" |
| 15 | + port: 80 |
| 16 | + protocol: HTTP |
| 17 | + - allowedRoutes: |
| 18 | + namespaces: |
| 19 | + from: Same |
| 20 | + name: api2 |
| 21 | + hostname: "myapp2.kuadrant.local" |
| 22 | + port: 80 |
| 23 | + protocol: HTTP |
| 24 | + - allowedRoutes: |
| 25 | + namespaces: |
| 26 | + from: Same |
| 27 | + name: api-secure |
| 28 | + hostname: "myapp.kuadrant.local" |
| 29 | + port: 443 |
| 30 | + protocol: HTTPS |
| 31 | + - allowedRoutes: |
| 32 | + namespaces: |
| 33 | + from: Same |
| 34 | + name: api2-secure |
| 35 | + hostname: "myapp2.kuadrant.local" |
| 36 | + port: 443 |
| 37 | + protocol: HTTPS |
| 38 | +--- |
| 39 | +apiVersion: gateway.networking.k8s.io/v1beta1 |
| 40 | +kind: Gateway |
| 41 | +metadata: |
| 42 | + name: prod-web-istio-aws |
| 43 | + labels: |
| 44 | + kuadrant.io/test-dns-provider: aws |
| 45 | +spec: |
| 46 | + gatewayClassName: istio |
| 47 | + listeners: |
| 48 | + - allowedRoutes: |
| 49 | + namespaces: |
| 50 | + from: Same |
| 51 | + name: api |
| 52 | + hostname: "myapp.scale.hcpapps.net" |
| 53 | + port: 80 |
| 54 | + protocol: HTTP |
| 55 | + - allowedRoutes: |
| 56 | + namespaces: |
| 57 | + from: Same |
| 58 | + name: api2 |
| 59 | + hostname: "myapp2.scale.hcpapps.net" |
| 60 | + port: 80 |
| 61 | + protocol: HTTP |
| 62 | + - allowedRoutes: |
| 63 | + namespaces: |
| 64 | + from: Same |
| 65 | + name: api-secure |
| 66 | + hostname: "myapp.scale.hcpapps.net" |
| 67 | + port: 443 |
| 68 | + protocol: HTTPS |
| 69 | + - allowedRoutes: |
| 70 | + namespaces: |
| 71 | + from: Same |
| 72 | + name: api2-secure |
| 73 | + hostname: "myapp2.scale.hcpapps.net" |
| 74 | + port: 443 |
| 75 | + protocol: HTTPS |
| 76 | +--- |
| 77 | +apiVersion: gateway.networking.k8s.io/v1beta1 |
| 78 | +kind: Gateway |
| 79 | +metadata: |
| 80 | + name: prod-web-istio-gcp |
| 81 | + labels: |
| 82 | + kuadrant.io/test-dns-provider: gcp |
| 83 | +spec: |
| 84 | + gatewayClassName: istio |
| 85 | + listeners: |
| 86 | + - allowedRoutes: |
| 87 | + namespaces: |
| 88 | + from: Same |
| 89 | + name: api |
| 90 | + hostname: "myapp.scale.google.hcpapps.net" |
| 91 | + port: 80 |
| 92 | + protocol: HTTP |
| 93 | + - allowedRoutes: |
| 94 | + namespaces: |
| 95 | + from: Same |
| 96 | + name: api2 |
| 97 | + hostname: "myapp2.scale.google.hcpapps.net" |
| 98 | + port: 80 |
| 99 | + protocol: HTTP |
| 100 | + - allowedRoutes: |
| 101 | + namespaces: |
| 102 | + from: Same |
| 103 | + name: api-secure |
| 104 | + hostname: "myapp.scale.google.hcpapps.net" |
| 105 | + port: 443 |
| 106 | + protocol: HTTPS |
| 107 | + - allowedRoutes: |
| 108 | + namespaces: |
| 109 | + from: Same |
| 110 | + name: api2-secure |
| 111 | + hostname: "myapp2.scale.google.hcpapps.net" |
| 112 | + port: 443 |
| 113 | + protocol: HTTPS |
| 114 | +--- |
| 115 | +apiVersion: gateway.networking.k8s.io/v1beta1 |
| 116 | +kind: Gateway |
| 117 | +metadata: |
| 118 | + name: prod-web-istio-azure |
| 119 | + labels: |
| 120 | + kuadrant.io/test-dns-provider: azure |
| 121 | +spec: |
| 122 | + gatewayClassName: istio |
| 123 | + listeners: |
| 124 | + - allowedRoutes: |
| 125 | + namespaces: |
| 126 | + from: Same |
| 127 | + name: api |
| 128 | + hostname: "myapp.scale.azure.hcpapps.net" |
| 129 | + port: 80 |
| 130 | + protocol: HTTP |
| 131 | + - allowedRoutes: |
| 132 | + namespaces: |
| 133 | + from: Same |
| 134 | + name: api2 |
| 135 | + hostname: "myapp2.scale.azure.hcpapps.net" |
| 136 | + port: 80 |
| 137 | + protocol: HTTP |
| 138 | + - allowedRoutes: |
| 139 | + namespaces: |
| 140 | + from: Same |
| 141 | + name: api-secure |
| 142 | + hostname: "myapp.scale.azure.hcpapps.net" |
| 143 | + port: 443 |
| 144 | + protocol: HTTPS |
| 145 | + - allowedRoutes: |
| 146 | + namespaces: |
| 147 | + from: Same |
| 148 | + name: api2-secure |
| 149 | + hostname: "myapp2.scale.azure.hcpapps.net" |
| 150 | + port: 443 |
| 151 | + protocol: HTTPS |
0 commit comments