fix traefik values

This commit is contained in:
Alexander Rogov
2026-06-12 18:33:07 +03:00
parent 0c3c8d0d60
commit eceae34799

View File

@@ -17,6 +17,9 @@ spec:
values: | values: |
deployment: deployment:
kind: DaemonSet kind: DaemonSet
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9100"
ingressClass: ingressClass:
enabled: true enabled: true
@@ -36,16 +39,23 @@ spec:
web: web:
port: 8080 port: 8080
exposedPort: 80 exposedPort: 80
redirectTo: websecure http:
redirections:
entryPoint:
to: websecure
scheme: https
permanent: true
websecure: websecure:
port: 8443 port: 8443
exposedPort: 443 exposedPort: 443
metrics: metrics:
port: 9100 port: 9100
expose: false expose:
default: false
traefik: traefik:
port: 9000 port: 9000
expose: false expose:
default: false
service: service:
type: LoadBalancer type: LoadBalancer
@@ -54,10 +64,6 @@ spec:
service.beta.kubernetes.io/yandex-load-balancer-specification: '{"type": "network-load-balancer"}' service.beta.kubernetes.io/yandex-load-balancer-specification: '{"type": "network-load-balancer"}'
service.beta.kubernetes.io/yandex-load-balancer-type: external service.beta.kubernetes.io/yandex-load-balancer-type: external
podAnnotations:
prometheus.io/scrape: "true"
prometheus.io/port: "9100"
resources: resources:
requests: requests:
cpu: 100m cpu: 100m