2024-06-15 19:37:56 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
2023-04-02 17:34:20 +00:00
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
2023-04-03 02:45:20 +00:00
|
|
|
name: traefik
|
2023-04-02 17:34:20 +00:00
|
|
|
namespace: traefik
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: traefik
|
2024-09-18 13:08:13 +00:00
|
|
|
version: '31.1.0'
|
2023-04-02 17:34:20 +00:00
|
|
|
sourceRef:
|
|
|
|
kind: HelmRepository
|
2023-04-02 18:26:12 +00:00
|
|
|
name: traefik-charts
|
2023-04-02 17:34:20 +00:00
|
|
|
namespace: flux-system
|
|
|
|
interval: 1m
|
2023-04-02 19:18:48 +00:00
|
|
|
values:
|
|
|
|
additionalArguments:
|
|
|
|
- --api.insecure
|
|
|
|
|
|
|
|
logs:
|
|
|
|
general:
|
|
|
|
level: DEBUG
|
|
|
|
|
2023-04-05 03:16:00 +00:00
|
|
|
providers:
|
|
|
|
kubernetesCRD:
|
|
|
|
enabled: true
|
|
|
|
allowCrossNamespace: false
|
|
|
|
allowExternalNameServices: false
|
|
|
|
allowEmptyServices: false
|
|
|
|
namespaces: []
|
|
|
|
|
|
|
|
kubernetesIngress:
|
|
|
|
enabled: true
|
|
|
|
allowExternalNameServices: false
|
|
|
|
allowEmptyServices: false
|
|
|
|
namespaces: []
|
|
|
|
publishedService:
|
|
|
|
enabled: false
|
2023-08-25 03:00:35 +00:00
|
|
|
|
2023-04-02 19:18:48 +00:00
|
|
|
ports:
|
2023-04-03 02:45:20 +00:00
|
|
|
traefik:
|
|
|
|
port: 9000
|
2024-05-23 00:31:08 +00:00
|
|
|
expose:
|
|
|
|
default: false
|
2023-04-03 02:45:20 +00:00
|
|
|
exposedPort: 9000
|
|
|
|
protocol: TCP
|
2023-08-25 04:11:57 +00:00
|
|
|
|
2023-04-02 19:18:48 +00:00
|
|
|
web:
|
2023-04-03 02:45:20 +00:00
|
|
|
port: 8000
|
2023-08-25 04:11:57 +00:00
|
|
|
nodePort: 30080
|
2024-05-23 00:31:08 +00:00
|
|
|
expose:
|
|
|
|
default: true
|
|
|
|
redirectTo:
|
|
|
|
port: websecure
|
2023-04-03 02:45:20 +00:00
|
|
|
protocol: TCP
|
2023-08-25 04:11:57 +00:00
|
|
|
|
2023-04-02 19:18:48 +00:00
|
|
|
websecure:
|
2023-04-03 02:45:20 +00:00
|
|
|
port: 8443
|
2023-08-25 04:11:57 +00:00
|
|
|
nodePort: 30443
|
2024-05-23 00:31:08 +00:00
|
|
|
expose:
|
|
|
|
default: true
|
2023-04-03 02:45:20 +00:00
|
|
|
protocol: TCP
|
2023-04-02 19:18:48 +00:00
|
|
|
tls:
|
|
|
|
enabled: true
|
2023-08-25 04:11:57 +00:00
|
|
|
|
2023-04-03 02:45:20 +00:00
|
|
|
metrics:
|
|
|
|
port: 9100
|
2024-05-23 00:31:08 +00:00
|
|
|
expose:
|
|
|
|
default: false
|
2023-04-03 02:45:20 +00:00
|
|
|
protocol: TCP
|
2023-04-02 19:18:48 +00:00
|
|
|
|
|
|
|
# Disable Dashboard
|
|
|
|
ingressRoute:
|
|
|
|
dashboard:
|
2023-04-13 04:52:05 +00:00
|
|
|
enabled: false
|
2023-04-02 19:18:48 +00:00
|
|
|
|
|
|
|
# Set Traefik as your default Ingress Controller, according to Kubernetes 1.19+ changes.
|
|
|
|
ingressClass:
|
|
|
|
enabled: true
|
|
|
|
isDefaultClass: true
|
|
|
|
|
2023-04-03 02:45:20 +00:00
|
|
|
metrics:
|
|
|
|
prometheus:
|
|
|
|
entryPoint: metrics
|
|
|
|
|
2023-04-02 19:18:48 +00:00
|
|
|
namespaceOverride: traefik
|