From 49f71bee8e4ca5405e7b9a1038dae560d51aa130 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Mon, 13 Jan 2025 22:57:52 -0600 Subject: [PATCH] chagne config --- clusters/cl01tl/applications/penpot/templates/config-map.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/clusters/cl01tl/applications/penpot/templates/config-map.yaml b/clusters/cl01tl/applications/penpot/templates/config-map.yaml index 0c5467f57..d0d81b808 100644 --- a/clusters/cl01tl/applications/penpot/templates/config-map.yaml +++ b/clusters/cl01tl/applications/penpot/templates/config-map.yaml @@ -11,8 +11,6 @@ metadata: app.kubernetes.io/part-of: {{ .Release.Name }} data: nginx.conf: | - worker_processes auto; - pid /run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; events {