mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
Change: re-enable k8s ingress by default (#4988)
This commit is contained in:
@@ -8,7 +8,7 @@ const kc = getKubeConfig();
|
||||
|
||||
export default async function listIngress() {
|
||||
const networking = kc.makeApiClient(NetworkingV1Api);
|
||||
const { ingress } = getKubernetes();
|
||||
const { ingress = true } = getKubernetes();
|
||||
let ingressList = [];
|
||||
|
||||
if (ingress) {
|
||||
|
||||
Reference in New Issue
Block a user