Updates core stack to support the OSC
This commit is contained in:
parent
d0ee073151
commit
c7f43484b1
6 changed files with 144 additions and 0 deletions
16
template/stacks/core/ingress-nginx/values.osc.yaml
Normal file
16
template/stacks/core/ingress-nginx/values.osc.yaml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
controller:
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
|
||||
ingressClassResource:
|
||||
name: nginx
|
||||
|
||||
# added for idpbuilder
|
||||
allowSnippetAnnotations: true
|
||||
|
||||
# added for idpbuilder
|
||||
config:
|
||||
proxy-buffer-size: 32k
|
||||
use-forwarded-headers: "true"
|
||||
Loading…
Add table
Add a link
Reference in a new issue