2026-08-12 14:01:01 -07:00
|
|
|
# Wave 8 — end-user workloads: Temporal, Portainer, and the cloudflared tunnel.
|
2026-07-20 08:22:53 -07:00
|
|
|
# Experimental dirs (llm, forge, dev-tools, shadowsocks) are intentionally
|
|
|
|
|
# NOT included yet — add them here once they're production-ready.
|
2026-07-23 20:54:02 -07:00
|
|
|
# temporal using unified CNPG pattern (app user, temporal-db-app secret)
|
2026-07-23 10:57:53 -07:00
|
|
|
# Secret copied by bootstrap.sh (like cicd/iam namespaces)
|
2026-07-20 08:22:53 -07:00
|
|
|
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
|
2026-08-18 15:08:02 -07:00
|
|
|
targetRevision: "0.74.0"
|
2026-07-20 08:22:53 -07:00
|
|
|
helm:
|
|
|
|
|
valueFiles:
|
2026-07-23 20:54:02 -07:00
|
|
|
- $values/k8s/apps/temporal/temporal-values.yaml
|
2026-08-25 11:20:26 -07:00
|
|
|
- repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-07-20 08:22:53 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
ref: values
|
2026-08-25 11:20:26 -07:00
|
|
|
- repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-08-21 16:44:59 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
path: k8s/apps/temporal
|
2026-07-20 08:22:53 -07:00
|
|
|
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:
|
2026-07-23 20:54:02 -07:00
|
|
|
- $values/k8s/apps/portainer/portainer-values.yaml
|
2026-08-25 11:20:26 -07:00
|
|
|
- repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-07-20 08:22:53 -07:00
|
|
|
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:
|
2026-08-25 11:20:26 -07:00
|
|
|
repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-07-20 08:22:53 -07:00
|
|
|
targetRevision: main
|
2026-07-23 20:54:02 -07:00
|
|
|
path: k8s/apps/cloudflared
|
2026-07-20 08:22:53 -07:00
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: cloudflared
|
2026-08-18 14:23:55 -07:00
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
---
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: agent-pod
|
|
|
|
|
namespace: argocd
|
|
|
|
|
annotations:
|
|
|
|
|
argocd.argoproj.io/sync-wave: "8"
|
|
|
|
|
spec:
|
|
|
|
|
project: homelab
|
|
|
|
|
source:
|
2026-08-25 11:20:26 -07:00
|
|
|
repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-08-18 14:23:55 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
path: k8s/apps/agent-pod
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: agent-pod
|
2026-07-20 08:22:53 -07:00
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
2026-07-22 09:04:27 -07:00
|
|
|
---
|
2026-08-13 07:15:02 -07:00
|
|
|
# iMessage/SMS delivery. Raw manifests: a privileged macOS VM (Docker-OSX)
|
|
|
|
|
# running the BlueBubbles server, plus its dedicated local StorageClass.
|
|
|
|
|
#
|
|
|
|
|
# Pinned to worker-2 via nodeSelector `workload: imessage` + a matching
|
|
|
|
|
# toleration for that node's taint. Until worker-2 is provisioned this app
|
|
|
|
|
# syncs everything except the pod, which stays Pending — that is expected.
|
|
|
|
|
#
|
|
|
|
|
# No CreateNamespace: namespace.yaml carries `pod-security: privileged`, which
|
|
|
|
|
# the VM needs (/dev/kvm, privileged), and an ArgoCD-created namespace would
|
|
|
|
|
# not have those labels.
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: sms
|
|
|
|
|
namespace: argocd
|
|
|
|
|
annotations:
|
|
|
|
|
argocd.argoproj.io/sync-wave: "8"
|
|
|
|
|
spec:
|
|
|
|
|
project: homelab
|
|
|
|
|
source:
|
2026-08-25 11:20:26 -07:00
|
|
|
repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-08-13 07:15:02 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
path: k8s/apps/sms
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: sms
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
---
|
2026-08-25 11:11:37 -07:00
|
|
|
# Document management. Raw manifests (no Helm): postgres is the dedicated
|
|
|
|
|
# paperless-db CNPG cluster in k8s/infra/databases (wave 2), redis is
|
|
|
|
|
# in-cluster only (no PVC), media lives on the cp-3 USB HDD (see
|
|
|
|
|
# k8s/infra/longhorn/longhorn-paperless-storageclass.yaml). OIDC via
|
|
|
|
|
# Authentik provisioned by k8s/infra/iam's PostSync job; MinIO backup bucket
|
|
|
|
|
# creds provisioned by k8s/infra/minio's PostSync job.
|
|
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: paperless
|
|
|
|
|
namespace: argocd
|
|
|
|
|
annotations:
|
|
|
|
|
argocd.argoproj.io/sync-wave: "8"
|
|
|
|
|
spec:
|
|
|
|
|
project: homelab
|
|
|
|
|
source:
|
2026-08-25 11:20:26 -07:00
|
|
|
repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-08-25 11:11:37 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
path: k8s/apps/paperless
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: paperless
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|
|
|
|
|
---
|
2026-08-18 15:08:03 -07:00
|
|
|
# Consolidated: homarr + homarr-patches → homarr
|
|
|
|
|
# Helm chart + values + PostSync hook patch (fix-probes-job.yaml)
|
2026-07-22 09:04:27 -07:00
|
|
|
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:
|
2026-07-23 20:54:02 -07:00
|
|
|
- $values/k8s/apps/homarr/homarr-values.yaml
|
2026-08-25 11:20:26 -07:00
|
|
|
- repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-07-22 09:04:27 -07:00
|
|
|
targetRevision: main
|
|
|
|
|
ref: values
|
2026-08-25 11:20:26 -07:00
|
|
|
- repoURL: https://forgejo.riotpiao.com/rock/homelab.git
|
2026-08-18 15:08:03 -07:00
|
|
|
targetRevision: main
|
2026-07-23 20:54:02 -07:00
|
|
|
path: k8s/apps/homarr # PostSync hook: fix-probes-job.yaml
|
2026-07-22 09:04:27 -07:00
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: dashboard
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|
|
|
|
|
syncOptions:
|
|
|
|
|
- CreateNamespace=true
|