diff --git a/docusaurus/helm-values.yaml b/docusaurus/helm-values.yaml index e89a02f..3377da2 100644 --- a/docusaurus/helm-values.yaml +++ b/docusaurus/helm-values.yaml @@ -11,7 +11,7 @@ image: imagePullSecrets: - name: zot-secret -replicaCount: 2 +replicaCount: 1 containerPort: 80 # nginx service: diff --git a/headlamp/helm-values.yaml b/headlamp/helm-values.yaml index b150749..bf9c59d 100644 --- a/headlamp/helm-values.yaml +++ b/headlamp/helm-values.yaml @@ -1,6 +1,6 @@ # Headlamp Helm Values -replicaCount: 2 +replicaCount: 1 image: registry: ghcr.io diff --git a/umami/helm-values.yaml b/umami/helm-values.yaml index 48948b8..e4a473f 100644 --- a/umami/helm-values.yaml +++ b/umami/helm-values.yaml @@ -44,7 +44,7 @@ resources: limits: memory: 384Mi -replicaCount: 2 +replicaCount: 1 # Autoscaling autoscaling: