2025-01-31 17:06:42 -05:00
|
|
|
apiVersion: helm.cattle.io/v1
|
|
|
|
kind: HelmChart
|
|
|
|
metadata:
|
|
|
|
name: traefik-lb
|
|
|
|
namespace: kube-system
|
|
|
|
spec:
|
|
|
|
chart: traefik
|
|
|
|
repo: https://traefik.github.io/charts
|
|
|
|
targetNamespace: traefik
|
|
|
|
createNamespace: true
|
|
|
|
valuesContent: |-
|
|
|
|
providers:
|
|
|
|
kubernetesGateway:
|
|
|
|
enabled: true
|
|
|
|
experimentalChannel: true
|
|
|
|
ports:
|
|
|
|
ollama:
|
|
|
|
port: 11434
|
|
|
|
expose:
|
|
|
|
default: true
|
|
|
|
exposedPort: 11434
|
|
|
|
postgres:
|
|
|
|
port: 5432
|
|
|
|
expose:
|
|
|
|
default: true
|
|
|
|
exposedPort: 5432
|
|
|
|
redis:
|
|
|
|
expose:
|
|
|
|
default: true
|
|
|
|
port: 6379
|
|
|
|
exposedPort: 6379
|
2025-02-05 16:26:51 -05:00
|
|
|
forgejo-ssh:
|
|
|
|
expose:
|
|
|
|
default: true
|
|
|
|
port: 2222
|
|
|
|
exposedPort: 2222
|
2025-02-03 16:39:55 -05:00
|
|
|
tolerations:
|
|
|
|
- key: "public"
|
|
|
|
value: "true"
|
|
|
|
effect: "NoSchedule"
|