This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
универсальный_helm-чарт [2026/06/08 15:30] val [Добавляем lifecycle.postStart и Gateway API] |
универсальный_helm-чарт [2026/06/08 15:43] (current) val [Добавляем lifecycle.postStart и Gateway API] |
||
|---|---|---|---|
| Line 516: | Line 516: | ||
| {{- end }} | {{- end }} | ||
| </code><code> | </code><code> | ||
| + | kube1:~/webd-k8s# helm template my-htwebd uni-webd-chart/ -f env.yaml -f apps/htwebd/values.yaml | ||
| + | |||
| kube1:~/webd-k8s# helm upgrade -i my-htwebd uni-webd-chart/ -f env.yaml -f apps/htwebd/values.yaml -n my-ns --create-namespace | kube1:~/webd-k8s# helm upgrade -i my-htwebd uni-webd-chart/ -f env.yaml -f apps/htwebd/values.yaml -n my-ns --create-namespace | ||
| + | |||
| + | kube1:~/webd-k8s# kubectl -n my-ns events | ||
| + | |||
| + | clien1$ curl https://htwebd.corpX.un | ||
| </code> | </code> | ||