Skip to content
This repository was archived by the owner on Sep 16, 2025. It is now read-only.

Commit 6614f99

Browse files
committed
Enhance Kubernetes deployment by adding prune allowlists for better resource management
1 parent 6e4def0 commit 6614f99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ jobs:
9292
exit 1
9393
fi
9494
cd k8s/overlays/$OVERLAY
95-
kustomize build . | kubectl apply --prune -l app=public-wiki -f -
95+
kustomize build . | kubectl apply --prune -l app=public-wiki --prune-allowlist=core/v1/Namespace --prune-allowlist=apps/v1/Deployment --prune-allowlist=core/v1/Service --prune-allowlist=networking.k8s.io/v1/Ingress -f -

0 commit comments

Comments
 (0)