From c3c649fd71751795bc44e4614c396cac2afb86c7 Mon Sep 17 00:00:00 2001 From: titver968 Date: Tue, 18 Nov 2025 15:43:50 +0100 Subject: [PATCH] plane mit dns --- argocd/apps/plane/values-plane.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/argocd/apps/plane/values-plane.yaml b/argocd/apps/plane/values-plane.yaml index a11c5cf..44354aa 100644 --- a/argocd/apps/plane/values-plane.yaml +++ b/argocd/apps/plane/values-plane.yaml @@ -75,6 +75,10 @@ spec: replicas: 1 memoryLimit: 2Gi cpuLimit: 1000m + dnsConfig: + options: + - name: ndots + value: "1" worker: replicas: 1 @@ -82,6 +86,24 @@ spec: cpuLimit: 1500m cpuRequest: 500m memoryRequest: 6Gi + dnsConfig: + options: + - name: ndots + value: "1" + + beatworker: + replicas: 1 + dnsConfig: + options: + - name: ndots + value: "1" + + live: + replicas: 1 + dnsConfig: + options: + - name: ndots + value: "1" env: pgdb_username: plane