chore: sync server-local config drift (catalogue/S3 env, kustomize deploy scripts)
Brings /opt/kubernetes in line with config that was applied directly on the server: catalogue DB and S3 credentials/config in nearle-config.yaml and nearle-app-secrets.yaml, and deploy scripts switched to kubectl apply -k against the kustomize manifests. Also dedupes USE_S3/S3_ENDPOINT/S3_BUCKET/S3_REGION which were listed twice in nearle-config.yaml. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
3
deploy-alaska.sh
Normal file → Executable file
3
deploy-alaska.sh
Normal file → Executable file
@@ -7,8 +7,7 @@ set -euo pipefail
|
||||
NAMESPACE="alaska"
|
||||
|
||||
echo "🚀 Deploying Alaska Stack..."
|
||||
kubectl apply -f manifests/alaska/alaska.yaml
|
||||
kubectl apply -f manifests/alaska/k8s-dashboard.yaml
|
||||
kubectl apply -k manifests/alaska
|
||||
|
||||
echo ""
|
||||
echo "✅ Alaska stack deployment applied."
|
||||
|
||||
Reference in New Issue
Block a user