mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
update kong ingress
This commit is contained in:
parent
34ed23a828
commit
cbf83efc4b
1 changed files with 22 additions and 22 deletions
|
|
@ -1,22 +1,22 @@
|
||||||
#apiVersion: networking.k8s.io/v1
|
apiVersion: networking.k8s.io/v1
|
||||||
#kind: Ingress
|
kind: Ingress
|
||||||
#metadata:
|
metadata:
|
||||||
# name: durpapi
|
name: durpapi
|
||||||
# namespace: durpapi
|
namespace: durpapi
|
||||||
# annotations:
|
annotations:
|
||||||
# konghq.com/strip-path: "true"
|
konghq.com/strip-path: "true"
|
||||||
# external-dns.alpha.kubernetes.io/hostname: "durpapi.durp.info"
|
external-dns.alpha.kubernetes.io/hostname: "durpapi.durp.info"
|
||||||
#spec:
|
spec:
|
||||||
# ingressClassName: kong
|
ingressClassName: kong
|
||||||
# rules:
|
rules:
|
||||||
# - host: durpapi.durp.info
|
- host: durpapi.durp.info
|
||||||
# http:
|
http:
|
||||||
# paths:
|
paths:
|
||||||
# - path:
|
- path:
|
||||||
# pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
# backend:
|
backend:
|
||||||
# service:
|
service:
|
||||||
# name: durpapi-service
|
name: durpapi-service
|
||||||
# port:
|
port:
|
||||||
# number: 8080
|
number: 8080
|
||||||
#
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue