mirror of
https://code.forgejo.org/infrastructure/documentation
synced 2024-11-15 09:31:52 +00:00
20 lines
454 B
YAML
20 lines
454 B
YAML
apiVersion: helm.cattle.io/v1
|
|
kind: HelmChartConfig
|
|
metadata:
|
|
name: traefik
|
|
namespace: kube-system
|
|
spec:
|
|
valuesContent: |-
|
|
ports:
|
|
web:
|
|
port: 80
|
|
redirectTo:
|
|
port: websecure
|
|
priority: 1
|
|
deployment:
|
|
replicas: 2
|
|
service:
|
|
annotations:
|
|
metallb.universe.tf/allow-shared-ip: "key-to-share-failover"
|
|
metallb.universe.tf/loadBalancerIPs: $failover_ipv4,$failover_ipv6
|