diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2025-12-28 09:10:25 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2025-12-28 09:10:25 +0530 |
| commit | 0b410772e1702096a8469487a47d48fd0b6ec8ab (patch) | |
| tree | c9fd9e51916496a6743fbb37a8a195840141430c /os | |
| parent | e149e8f22cac33b47872a41c1ac103bd88d25b6f (diff) | |
Diffstat (limited to 'os')
| -rw-r--r-- | os/kay/modules/internal/k3s/traefik-daemonset.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/os/kay/modules/internal/k3s/traefik-daemonset.yaml b/os/kay/modules/internal/k3s/traefik-daemonset.yaml index 006cf52..0ca9890 100644 --- a/os/kay/modules/internal/k3s/traefik-daemonset.yaml +++ b/os/kay/modules/internal/k3s/traefik-daemonset.yaml @@ -12,6 +12,6 @@ spec: externalTrafficPolicy: Local ports: web: - hostPort: 8080 + exposedPort: 8080 websecure: - hostPort: 8443 + exposedPort: 8443 |
