This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
система_kubernetes [2026/03/11 19:29] val [cert-manager] |
система_kubernetes [2026/03/15 09:53] (current) val [Gateway API] |
||
|---|---|---|---|
| Line 1442: | Line 1442: | ||
| protocol: HTTP | protocol: HTTP | ||
| - name: https | - name: https | ||
| - | hostname: "ehwebd.corpX.un" | + | hostname: "webd.corpX.un" |
| protocol: HTTPS | protocol: HTTPS | ||
| # port: 8443 | # port: 8443 | ||
| Line 1450: | Line 1450: | ||
| certificateRefs: | certificateRefs: | ||
| - kind: Secret | - kind: Secret | ||
| - | name: ehwebd-tls | + | name: webd-tls |
| </code> | </code> | ||
| Line 1463: | Line 1463: | ||
| spec: | spec: | ||
| hostnames: | hostnames: | ||
| - | - ehwebd.corpX.un | + | - webd.corpX.un |
| parentRefs: | parentRefs: | ||
| # - name: my-gateway | # - name: my-gateway | ||
| Line 1482: | Line 1482: | ||
| - name: my-webd | - name: my-webd | ||
| port: 80 | port: 80 | ||
| + | # weight: 70 | ||
| + | # - name: my-webd2 | ||
| + | # port: 80 | ||
| + | # weight: 30 | ||
| + | |||
| </code> | </code> | ||
| ==== Volumes ==== | ==== Volumes ==== | ||
| Line 2581: | Line 2586: | ||
| ===== Horizontal Pod Autoscaler ===== | ===== Horizontal Pod Autoscaler ===== | ||
| - | * [[Metrics Server]] | + | * [[#Metrics Server]] |
| <code> | <code> | ||