From 1c5f60e5e8998d8b01c1d0469e9dff2a5d7dc682 Mon Sep 17 00:00:00 2001 From: Vassiliy Yegorov Date: Tue, 24 Jun 2025 12:40:26 +0700 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD=20?= =?UTF-8?q?=D0=BF=D1=83=D1=82=D1=8C=20=D0=BA=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=83=20piraeus.yaml=20=D0=B2=20kustomization.yaml,=20=D0=B4?= =?UTF-8?q?=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=BE?= =?UTF-8?q?=D0=B2=D1=8B=D0=B5=20=D1=80=D0=B5=D1=81=D1=83=D1=80=D1=81=D1=8B?= =?UTF-8?q?:=20cpng.yaml=20=D0=B8=20ingress-nginx.yaml.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- talos-k8s-flux/clusters/t8s-demo/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/talos-k8s-flux/clusters/t8s-demo/kustomization.yaml b/talos-k8s-flux/clusters/t8s-demo/kustomization.yaml index b36c398..1ff9254 100644 --- a/talos-k8s-flux/clusters/t8s-demo/kustomization.yaml +++ b/talos-k8s-flux/clusters/t8s-demo/kustomization.yaml @@ -3,7 +3,7 @@ kind: Kustomization resources: - gotk-components.yaml - gotk-sync.yaml -- ../../soft/piraeus.yaml + - ../../soft/cpng.yaml - ../../soft/ingress-nginx.yaml - ../../soft/metrics-server.yaml @@ -16,6 +16,7 @@ resources: - ../../soft/bitnami.yaml - ../../soft/pgadmin.yaml - ../../soft/coroot.yaml + - install/piraeus.yaml # - install/nfs-provisioner.yaml - install/ingress-nginx.yaml