From f477576c7f8ce4a49bfa24ff5177c7027257be1c Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:23:00 -0700 Subject: [PATCH] chore: make manifests --- deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml | 2 +- deploy/single/all-in-one-dbless-konnect-enterprise.yaml | 2 +- deploy/single/all-in-one-dbless-konnect.yaml | 2 +- deploy/single/all-in-one-dbless.yaml | 2 +- deploy/single/all-in-one-postgres-enterprise.yaml | 2 +- deploy/single/all-in-one-postgres.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml b/deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml index 8249ae3b21..a11daadc79 100644 --- a/deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml +++ b/deploy/single/all-in-one-dbless-k4k8s-enterprise.yaml @@ -2187,7 +2187,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong/kong-gateway:3.4 lifecycle: preStop: diff --git a/deploy/single/all-in-one-dbless-konnect-enterprise.yaml b/deploy/single/all-in-one-dbless-konnect-enterprise.yaml index 7de3392996..a3ab63bcef 100644 --- a/deploy/single/all-in-one-dbless-konnect-enterprise.yaml +++ b/deploy/single/all-in-one-dbless-konnect-enterprise.yaml @@ -2197,7 +2197,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong/kong-gateway:3.4 lifecycle: preStop: diff --git a/deploy/single/all-in-one-dbless-konnect.yaml b/deploy/single/all-in-one-dbless-konnect.yaml index 5e9b0e4030..87a81a26dc 100644 --- a/deploy/single/all-in-one-dbless-konnect.yaml +++ b/deploy/single/all-in-one-dbless-konnect.yaml @@ -2199,7 +2199,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong:3.4 lifecycle: preStop: diff --git a/deploy/single/all-in-one-dbless.yaml b/deploy/single/all-in-one-dbless.yaml index 239dbde7f0..38a85d5809 100644 --- a/deploy/single/all-in-one-dbless.yaml +++ b/deploy/single/all-in-one-dbless.yaml @@ -2184,7 +2184,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong:3.4 lifecycle: preStop: diff --git a/deploy/single/all-in-one-postgres-enterprise.yaml b/deploy/single/all-in-one-postgres-enterprise.yaml index 1084fe82d8..f2d551eebc 100644 --- a/deploy/single/all-in-one-postgres-enterprise.yaml +++ b/deploy/single/all-in-one-postgres-enterprise.yaml @@ -2136,7 +2136,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong/kong-gateway:3.4 lifecycle: preStop: diff --git a/deploy/single/all-in-one-postgres.yaml b/deploy/single/all-in-one-postgres.yaml index 16a44a304b..b0487cf184 100644 --- a/deploy/single/all-in-one-postgres.yaml +++ b/deploy/single/all-in-one-postgres.yaml @@ -2091,7 +2091,7 @@ spec: - name: KONG_PROXY_ERROR_LOG value: /dev/stderr - name: KONG_ROUTER_FLAVOR - value: traditional + value: expressions image: kong:3.4 lifecycle: preStop: