test kong
This commit is contained in:
@@ -3,15 +3,19 @@ kind: Ingress
|
||||
metadata:
|
||||
name: durpapi
|
||||
namespace: durpapi
|
||||
annotations:
|
||||
konghq.com/strip-path: "true"
|
||||
external-dns.alpha.kubernetes.io/hostname: "durpapi.durp.info"
|
||||
spec:
|
||||
ingressClassName: kong
|
||||
rules:
|
||||
- http:
|
||||
paths:
|
||||
- path: /durpapi
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: durpapi-service
|
||||
port:
|
||||
number: 8080
|
||||
- host: durpapi.durp.info
|
||||
http:
|
||||
paths:
|
||||
- path:
|
||||
pathType: ImplementationSpecific
|
||||
backend:
|
||||
service:
|
||||
name: durpapi-service
|
||||
port:
|
||||
number: 8080
|
||||
|
||||
Reference in New Issue
Block a user