mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update
This commit is contained in:
parent
d7e530d83b
commit
d4b6e9df4f
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
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:
|
|
||||||
- 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