cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit cf500428993c985fd1a64a9b0892eb7f9ae5965b
parent f0a9c8c347c895b35e7903b30718e3079e9d2ec3
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 19 Feb 2025 15:42:40 +0100

Use info logging level again

Diffstat:
Mapps/base/envoy-gateway/release.yaml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apps/base/envoy-gateway/release.yaml b/apps/base/envoy-gateway/release.yaml @@ -24,7 +24,7 @@ spec: type: Kubernetes logging: level: - default: debug + default: info --- apiVersion: gateway.envoyproxy.io/v1alpha1 kind: EnvoyProxy @@ -39,7 +39,7 @@ spec: replicas: 3 logging: level: - default: debug + default: info --- apiVersion: gateway.networking.k8s.io/v1beta1 kind: GatewayClass