diff --git a/durpapi/templates/kong.yaml b/durpapi/templates/kong.yaml index 30bcf72..f17e46a 100644 --- a/durpapi/templates/kong.yaml +++ b/durpapi/templates/kong.yaml @@ -1,22 +1,22 @@ -#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 -# \ No newline at end of file +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 +