--- apiVersion: v1 kind: Namespace metadata: name: podinfo --- apiVersion: source.toolkit.fluxcd.io/v1 kind: HelmRepository metadata: name: podinfo namespace: flux-system spec: interval: 5m0s url: https://stefanprodan.github.io/podinfo --- apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease metadata: name: podinfo namespace: podinfo spec: chart: spec: chart: podinfo reconcileStrategy: ChartVersion sourceRef: kind: HelmRepository name: podinfo namespace: flux-system interval: 1m0s releaseName: podinfo values: replicaCount: 1 service: type: LoadBalancer externalPort: 80 ingress: enabled: true annotations: traefik.ingress.kubernetes.io/router.middlewares: authentik-system-authentik@kubernetescrd hosts: - host: podinfo.i.yadunut.dev paths: - path: / pathType: ImplementationSpecific tls: - secretName: wildcard-cert-i.yadunut.dev-prod hosts: - podinfo.i.yadunut.dev