From 2e10114e8f15f9cae84a6f7c8612213235d4193c Mon Sep 17 00:00:00 2001 From: richardrobertreitz Date: Tue, 27 May 2025 06:57:28 +0000 Subject: [PATCH] Delete otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml --- .../keycloak-ingress-localhost.yaml | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml diff --git a/otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml b/otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml deleted file mode 100644 index 6fa7fde..0000000 --- a/otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml +++ /dev/null @@ -1,28 +0,0 @@ -apiVersion: networking.k8s.io/v1 -kind: Ingress -metadata: - name: keycloak-ingress-localhost - namespace: keycloak -spec: - ingressClassName: nginx - rules: - - host: localhost - http: - paths: - - backend: - service: - name: keycloak - port: - name: http - path: /keycloak - pathType: ImplementationSpecific - - host: central-forgejo.think-ahead.cloud - http: - paths: - - backend: - service: - name: keycloak - port: - name: http - path: /keycloak - pathType: ImplementationSpecific