mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-08 00:11:21 -05:00
Update file kong.yaml
This commit is contained in:
parent
c7e61f2018
commit
d2491c190d
1 changed files with 17 additions and 0 deletions
17
durpapi/templates/kong.yaml
Normal file
17
durpapi/templates/kong.yaml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue