Skip to content

Commit 1d798cc

Browse files
committed
(k8s): Add api.kernelci.org domain to api ingress
We released new nice domain from legacy, so let's activate it in k8s, and use as main endpoint for Maestro API. Signed-off-by: Denys Fedoryshchenko <[email protected]>
1 parent ba1ffb5 commit 1d798cc

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

kube/aks/ingress.yaml

+14-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
# SPDX-License-Identifier: LGPL-2.1-or-later
33
#
4-
# Copyright (C) 2023 Collabora Limited
4+
# Copyright (C) 2023-2025 Collabora Limited
55
# Author: Guillaume Tucker <[email protected]>
66

77
apiVersion: networking.k8s.io/v1
@@ -17,10 +17,21 @@ spec:
1717
ingressClassName: ingressclass-api
1818
tls:
1919
- hosts:
20-
- kernelci-api.eastus.cloudapp.azure.com
20+
- kernelci-api.westus3.cloudapp.azure.com
21+
- api.kernelci.org
2122
secretName: api-tls
2223
rules:
23-
- host: kernelci-api.eastus.cloudapp.azure.com
24+
- host: kernelci-api.westus3.cloudapp.azure.com
25+
http:
26+
paths:
27+
- backend:
28+
service:
29+
name: api
30+
port:
31+
number: 8000
32+
path: /
33+
pathType: Prefix
34+
- host: api.kernelci.org
2435
http:
2536
paths:
2637
- backend:

0 commit comments

Comments
 (0)