this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: deploy Gateway

Khue Doan d2f9c479 a1e6e231

+16
+16
platform/staging/istio.yaml
··· 84 84 targetNamespace: istio-system 85 85 values: 86 86 profile: ambient 87 + --- 88 + apiVersion: gateway.networking.k8s.io/v1 89 + kind: Gateway 90 + metadata: 91 + name: gateway 92 + namespace: istio-system # TODO dedicated namespace? 93 + spec: 94 + gatewayClassName: istio 95 + listeners: 96 + - name: default 97 + hostname: "*.staging.khuedoan.com" # TODO make this var/configurable 98 + port: 80 # TODO HTTPS by default, only use HTTP for ACME HTTP-01 99 + protocol: HTTP 100 + allowedRoutes: 101 + namespaces: 102 + from: All