Skip to content

Commit

Permalink
AKS regulated - OSM config - adding alert comment on ingressGateway c…
Browse files Browse the repository at this point in the history
…ert validity duration (#56)

* AKS - regulated fix for 'Alert rule payload cannot be empty' issue with new scheduledQueryRules API version

* Adding alert comment on ingressGateway cert validity duration
  • Loading branch information
magrande authored Jan 6, 2022
1 parent 4b53bad commit bd69d2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cluster-manifests/kube-system/osm-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ spec:
namespace: ingress-nginx
subjectAltNames:
- ingress-nginx.ingress-nginx.cluster.local
validityDuration: 24h
validityDuration: 240h
# Currently nginx will not reload this certificate after it expires in 10 days, please see the following two GitHub issues to track this issue:
# https://github.com/kubernetes/ingress-nginx/issues/5608
# https://github.com/openservicemesh/osm/issues/4394
featureFlags:
enableEgressPolicy: true
enableWASMStats: true
Expand Down

0 comments on commit bd69d2e

Please sign in to comment.