From 901986f84fbbd5a698f5cd4bf7f40f8d71a7101b Mon Sep 17 00:00:00 2001 From: OpenCode Test Date: Fri, 26 Dec 2025 13:46:24 -0800 Subject: [PATCH] feat: enable web, worker, and migrate jobs with correct registry --- helm/porthole/values-cluster.yaml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/helm/porthole/values-cluster.yaml b/helm/porthole/values-cluster.yaml index ded5974..ddf1927 100644 --- a/helm/porthole/values-cluster.yaml +++ b/helm/porthole/values-cluster.yaml @@ -11,15 +11,23 @@ secrets: accessKeyId: "FwGiBwCXKuQdthR1QLa" secretAccessKey: "OtmAz9m7o941wG1Gms2yItyqxd6gCWY8k4LJVBX" -# Temporarily disable jobs and apps until images are built +# Enable jobs and apps now that images are built jobs: migrate: - enabled: false + enabled: true web: - enabled: false + enabled: true + worker: - enabled: false + enabled: true + +# Correct image registry (gitea-http not gitea-gitea-http) +images: + web: + repository: gitea-http.taildb3494.ts.net/will/porthole-web + worker: + repository: gitea-http.taildb3494.ts.net/will/porthole-worker # Reduce MinIO storage for testing (insufficient storage on cluster) minio: