Update file kong.yaml

This commit is contained in:
2023-06-17 17:28:20 +00:00
parent c7e61f2018
commit d2491c190d

View File

@@ -0,0 +1,17 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: durpapi
namespace: durpapi
spec:
ingressClassName: kong
rules:
- http:
paths:
- path: /durpapi
pathType: Prefix
backend:
service:
name: durpapi-service
port:
number: 8080