generated from mspnp/aks-baseline
-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat (in-cluster): [ingress-controller] update nginx to v1.11.3 (#102)
* upgrade old reference to 1.9.0 to 1.11.3 * snippet annotation no longer allowed in 1.11.3 by default * be explicit about enabling metrics since it is being scraped * ensure the image is the expected one * nginx no longer requires escalation priviledges * nginx requires being able to read the root filesystem * ensure nginx is not runnning as root * add seccomp profile type * inlcude the admission validation service port * Service account for admission now includes the token automount in true * update certgen image version * update sec context to be aligned with new nginx job * update certgen image version for patch container * update sec context to be aligned with new nginx job patch and resinstate fsgroup for create * update deployment docs * bug fix: remove sha256 from acr image imports * bug fix: indent nginx manifest file properly and remove sha256 image names * bug fix: allow-snippet-annotations set to true otherwise workload webui fails * bug fix: add location to rg from e2e validation
- Loading branch information
1 parent
e66254d
commit d4e3fc1
Showing
3 changed files
with
56 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters