mirror of
https://gerrit.hackerspace.pl/hscloud
synced 2025-01-15 19:13:53 +00:00
Serge Bazanski
2e8d24b84a
This fixes CVE-2021-3450 and CVE-2021-3449. Deployed on prod: $ kubectl -n nginx-system exec nginx-ingress-controller-5c69c5cb59-2f8v4 -- openssl version OpenSSL 1.1.1k 25 Mar 2021 Change-Id: I7115fd2367cca7b687c555deb2134b22d19a291a
7 lines
112 B
Text
7 lines
112 B
Text
// Only the NGINX Ingress Controller.
|
|
|
|
local k0 = (import "k0.libsonnet").k0;
|
|
|
|
{
|
|
nginx: k0.cluster.nginx,
|
|
}
|