diff --git a/today_ai_weather/dev/ingress.yaml b/today_ai_weather/dev/ingress.yaml index feef448..0cb45d6 100644 --- a/today_ai_weather/dev/ingress.yaml +++ b/today_ai_weather/dev/ingress.yaml @@ -11,6 +11,9 @@ spec: tls: - hosts: - dev.todayaiweather.com + - clhk2.dev.todayaiweather.com + - bwh1.dev.todayaiweather.com + - spus1.dev.todayaiweather.com secretName: dev-todayaiweather-com-tls rules: - host: dev.todayaiweather.com @@ -23,4 +26,34 @@ spec: name: app-dev port: name: web + - host: clhk2.dev.todayaiweather.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: app-dev + port: + name: web + - host: bwh1.dev.todayaiweather.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: app-dev + port: + name: web + - host: spus1.dev.todayaiweather.com + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: app-dev + port: + name: web