From da020d4c4ac06dff4051b96ce9565d233135c06b Mon Sep 17 00:00:00 2001 From: kappa Date: Thu, 12 Mar 2026 16:26:09 +0900 Subject: [PATCH] Remove Endpoints from manifests (Argo CD excludes them), add setup comments Argo CD excludes Endpoints by default, so they must be managed manually. Added kubectl apply commands as comments in the service files for reference. Co-Authored-By: Claude Opus 4.6 --- k8s/anvil/service-proxysql.yaml | 30 +++++++++++++++++------------- k8s/ironclad/service-proxysql.yaml | 30 +++++++++++++++++------------- 2 files changed, 34 insertions(+), 26 deletions(-) diff --git a/k8s/anvil/service-proxysql.yaml b/k8s/anvil/service-proxysql.yaml index 1a10ac6..70e27fd 100644 --- a/k8s/anvil/service-proxysql.yaml +++ b/k8s/anvil/service-proxysql.yaml @@ -1,3 +1,20 @@ +# ProxySQL service pointing to external Incus ProxySQL (192.168.9.140) +# Endpoints are managed manually (Argo CD excludes Endpoints by default): +# kubectl apply -f - <