Delete otc/central-forgejo.think-ahead.cloud/stacks/core/ingress-apps/keycloak-ingress-localhost.yaml

This commit is contained in:
richardrobertreitz 2025-05-27 06:57:28 +00:00
parent e62738b172
commit 2e10114e8f

View file

@ -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