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: