# Wave 8 — end-user workloads: Temporal, Portainer, and the two network # helpers (cloudflared tunnel, duckdns updater) that are already running. # Experimental dirs (llm, forge, dev-tools, shadowsocks) are intentionally # NOT included yet — add them here once they're production-ready. # Consolidated: temporal-db-secret-sync + temporal → temporal # Syncs the CNPG-generated temporal-db-role Secret from ddb -> temporal ns # via PostSync hook (db-secret-sync/copy-job.yaml). apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: temporal namespace: argocd annotations: argocd.argoproj.io/sync-wave: "8" spec: project: homelab sources: - repoURL: https://go.temporal.io/helm-charts chart: temporal targetRevision: "0.74.0" helm: valueFiles: - $values/k8s/applications/temporal/temporal-values.yaml - repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main ref: values - repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main path: k8s/applications/temporal/db-secret-sync # PostSync hook: copy-job.yaml destination: server: https://kubernetes.default.svc namespace: temporal syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: portainer namespace: argocd annotations: argocd.argoproj.io/sync-wave: "8" spec: project: homelab sources: - repoURL: https://portainer.github.io/k8s/ chart: portainer targetRevision: "*" helm: valueFiles: - $values/k8s/applications/portainer/portainer-values.yaml - repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: dashboard syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: cloudflared namespace: argocd annotations: argocd.argoproj.io/sync-wave: "8" spec: project: homelab source: repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main path: k8s/applications/cloudflared destination: server: https://kubernetes.default.svc namespace: cloudflared syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: duckdns namespace: argocd annotations: argocd.argoproj.io/sync-wave: "8" spec: project: homelab source: repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main path: k8s/applications/duckdns destination: server: https://kubernetes.default.svc namespace: duckdns syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true --- # Consolidated: homarr + homarr-patches → homarr # Helm chart + values + PostSync hook patch (fix-probes-job.yaml) apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: homarr namespace: argocd annotations: argocd.argoproj.io/sync-wave: "8" spec: project: homelab sources: - repoURL: https://homarr-labs.github.io/charts chart: homarr targetRevision: "*" helm: valueFiles: - $values/k8s/applications/homarr/homarr-values.yaml - repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main ref: values - repoURL: https://forgejo.riotpiao.com/riotpiao.com/homelab.git targetRevision: main path: k8s/applications/homarr # PostSync hook: fix-probes-job.yaml destination: server: https://kubernetes.default.svc namespace: dashboard syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true