Don Bish
Don Bish
Explore posts from servers
EFPElfHosted / Funky Penguin
Created by Don Bish on 6/17/2024 in #🙋┆geek-support
Traefik not deploying
Thanks for the input. I was installing everything via helm manually but I like the idea of doing it once in a repo and then I can replciated my setup should I make a new cluster in the future.
20 replies
EFPElfHosted / Funky Penguin
Created by Don Bish on 6/17/2024 in #🙋┆geek-support
Traefik not deploying
I managed to fix the traefik installation problem. Just reset all configs. @root is the cookbook using Kustomize not a good idea?
20 replies
EFPElfHosted / Funky Penguin
Created by Don Bish on 6/17/2024 in #🙋┆geek-support
Traefik not deploying
20 replies
EFPElfHosted / Funky Penguin
Created by Don Bish on 6/17/2024 in #🙋┆geek-support
Traefik not deploying
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: traefik
namespace: traefik
spec:
chart:
spec:
chart: traefik
version: 10.x
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
interval: 15m
timeout: 5m
releaseName: traefik
valuesFrom:
- kind: ConfigMap
name: traefik-helm-chart-value-overrides
valuesKey: values.yaml # This is the default, but best to be explicit for clarity
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: traefik
namespace: traefik
spec:
chart:
spec:
chart: traefik
version: 10.x
sourceRef:
kind: HelmRepository
name: traefik
namespace: flux-system
interval: 15m
timeout: 5m
releaseName: traefik
valuesFrom:
- kind: ConfigMap
name: traefik-helm-chart-value-overrides
valuesKey: values.yaml # This is the default, but best to be explicit for clarity
20 replies
EFPElfHosted / Funky Penguin
Created by Don Bish on 6/17/2024 in #🙋┆geek-support
Traefik not deploying
I removed valuesFrom: from the helmrelease file to test having no config, but get same error if I include it or not
20 replies