mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
test kong
This commit is contained in:
parent
db5edc039a
commit
779af328e8
1 changed files with 13 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue