This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
система_kubernetes [2025/10/02 09:20] val [Ingress] |
система_kubernetes [2025/10/06 07:15] (current) val [Работа с готовыми Charts] |
||
---|---|---|---|
Line 1789: | Line 1789: | ||
# use-forwarded-headers: true | # use-forwarded-headers: true | ||
# allow-snippet-annotations: true | # allow-snippet-annotations: true | ||
+ | # service: | ||
+ | # type: LoadBalancer | ||
+ | # loadBalancerIP: "192.168.X.64" | ||
</code><code> | </code><code> | ||
$ helm template ingress-nginx -f values.yaml --repo https://kubernetes.github.io/ingress-nginx -n ingress-nginx | tee t2.yaml | $ helm template ingress-nginx -f values.yaml --repo https://kubernetes.github.io/ingress-nginx -n ingress-nginx | tee t2.yaml |