mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: allow Critical annotations to be injected into ingresses
Dokku needs this in order to construct certain rules that aren't supported by ingress-nginx annotations.
This commit is contained in:
@@ -4,6 +4,7 @@ controller:
|
||||
enabled: true
|
||||
config:
|
||||
access-log-path: /var/log/nginx/access.log
|
||||
annotations-risk-level: Critical
|
||||
error-log-path: /var/log/nginx/error.log
|
||||
log-format-escape-json: "true"
|
||||
extraVolumeMounts:
|
||||
|
||||
Reference in New Issue
Block a user