87 lines
1.9 KiB
YAML
87 lines
1.9 KiB
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: traefik
|
|
namespace: kube-system
|
|
spec:
|
|
valuesContent: |-
|
|
ports:
|
|
web:
|
|
port: 80
|
|
nodePort: 30000
|
|
redirections:
|
|
entryPoint:
|
|
to: websecure
|
|
scheme: https
|
|
permanent: true
|
|
websecure:
|
|
port: 443
|
|
nodePort: 30001
|
|
ssh:
|
|
port: 22
|
|
expose:
|
|
default: true
|
|
exposedPort: 22
|
|
protocol: TCP
|
|
minecraft-main:
|
|
port: 25565
|
|
expose:
|
|
default: true
|
|
exposedPort: 25565
|
|
protocol: TCP
|
|
|
|
persistence:
|
|
enabled: true
|
|
size: 128Mi
|
|
|
|
api:
|
|
dashboard: true
|
|
insecure: true
|
|
|
|
ingressRoute:
|
|
dashboard:
|
|
enabled: true
|
|
matchRule: Host(`traefik.lucalise.ca`)
|
|
entryPoints:
|
|
- websecure
|
|
|
|
ingressClass:
|
|
enabled: false
|
|
providers:
|
|
kubernetesIngress:
|
|
enabled: false
|
|
kubernetesGateway:
|
|
enabled: true
|
|
gateway:
|
|
listeners:
|
|
web:
|
|
port: 80
|
|
protocol: HTTP
|
|
namespacePolicy:
|
|
from: All
|
|
websecure:
|
|
port: 443
|
|
protocol: HTTPS
|
|
namespacePolicy:
|
|
from: All
|
|
mode: Terminate
|
|
certificateRefs:
|
|
- kind: Secret
|
|
name: wildcard-lucalise.ca-tls
|
|
group: ""
|
|
minecraft-main:
|
|
port: 25565
|
|
protocol: TCP
|
|
namespacePolicy:
|
|
from: All
|
|
|
|
logs:
|
|
general:
|
|
level: INFO
|
|
# This enables access logs, outputting them to Traefik's standard output by default. The [Access Logs Documentation](https://doc.traefik.io/traefik/observability/access-logs/) covers formatting, filtering, and output options.
|
|
access:
|
|
enabled: true
|
|
metrics:
|
|
prometheus:
|
|
enabled: false
|