You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2024. It is now read-only.
i got mine working
set env variable
BASE_URL: /konga/
and my ingress
`apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
konghq.com/strip-path: "true"
name: konga
namespace: konga
spec:
ingressClassName: kong
rules:
Hi!
I'm trying to have Konga behind Kong but the unique way that is working is creating an ingress like:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: ingress-konga
namespace: konga
spec:
ingressClassName: kong
rules:
paths:
pathType: Prefix
backend:
service:
name: konga
port:
number: 80
If I change path "/" by whatever, it's not working.
Someone have same issue?
Thanks in advance!
The text was updated successfully, but these errors were encountered: