Merge branch v3.3 into master
This commit is contained in:
commit
ec38a0675f
33 changed files with 411 additions and 178 deletions
|
@ -190,7 +190,7 @@ type Compress struct {
|
|||
}
|
||||
|
||||
func (c *Compress) SetDefaults() {
|
||||
c.Encodings = []string{"zstd", "br", "gzip"}
|
||||
c.Encodings = []string{"gzip", "br", "zstd"}
|
||||
}
|
||||
|
||||
// +k8s:deepcopy-gen=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue