From 8ce4b312a173b79171520c4f6eac3978b16959db Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sun, 25 Jun 2023 02:11:08 +0000 Subject: [PATCH] Update file kong.yaml --- durpapi/templates/kong.yaml | 43 +++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/durpapi/templates/kong.yaml b/durpapi/templates/kong.yaml index d8a9474..30bcf72 100644 --- a/durpapi/templates/kong.yaml +++ b/durpapi/templates/kong.yaml @@ -1,21 +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 +#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