test kong
This commit is contained in:
@@ -3,13 +3,17 @@ 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
|
||||||
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /durpapi
|
- path:
|
||||||
pathType: Prefix
|
pathType: ImplementationSpecific
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: durpapi-service
|
name: durpapi-service
|
||||||
|
|||||||
Reference in New Issue
Block a user