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 {