Fix Ingress label value in advanced-usage.md (#931)

This commit is contained in:
Pavel Zhukov
2026-07-31 16:13:01 +03:00
committed by GitHub
parent ca855d3f88
commit 15c4843fa6
+2 -2
View File
@@ -40,7 +40,7 @@ spec:
ingressClassName: nginx
annotations:
nginx.ingress.kubernetes.io/ssl-passthrough: "true"
nginx.ingress.kubernetes.io/backend-protocol: "true"
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
nginx.ingress.kubernetes.io/ssl-redirect: "HTTPS"
clusterCIDR: 10.42.0.0/16
serviceCIDR: 10.43.0.0/16
@@ -129,4 +129,4 @@ You can check the [k3kcli documentation](./cli/k3kcli.md) for the full specs.
* Using `--persistence-type ephemeral` will result in data loss if the nodes are restarted.
* It is highly recommended to use `--persistence-type dynamic` with a configured storage class.
* It is highly recommended to use `--persistence-type dynamic` with a configured storage class.