test kong

This commit is contained in:
DeveloperDurp 2023-06-18 09:02:04 -04:00
parent db5edc039a
commit 779af328e8

View file

@ -3,15 +3,19 @@ kind: Ingress
metadata: metadata:
name: durpapi name: durpapi
namespace: durpapi namespace: durpapi
annotations:
konghq.com/strip-path: "true"
external-dns.alpha.kubernetes.io/hostname: "durpapi.durp.info"
spec: spec:
ingressClassName: kong ingressClassName: kong
rules: rules:
- http: - host: durpapi.durp.info
paths: http:
- path: /durpapi paths:
pathType: Prefix - path:
backend: pathType: ImplementationSpecific
service: backend:
name: durpapi-service service:
port: name: durpapi-service
number: 8080 port:
number: 8080