From 8f2b214c9f692a8a7c8d069231a0fcbc42d8f7d0 Mon Sep 17 00:00:00 2001 From: Unchained Date: Sat, 7 Mar 2026 11:23:23 +0200 Subject: [PATCH] deploy: use registry ClusterIP instead of DNS name --- k8s/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/kustomization.yaml b/k8s/kustomization.yaml index c8affad..c619d1b 100644 --- a/k8s/kustomization.yaml +++ b/k8s/kustomization.yaml @@ -6,5 +6,5 @@ resources: - ingress.yaml images: - name: ghcr.io/unchainedio/manoon-headless - newName: registry.manoonoils.svc.cluster.local:5000/manoon-headless + newName: 10.43.239.71:5000/manoon-headless newTag: c3b3e13