fix: update replica count for archmeister

This commit is contained in:
Jonas Juselius
2024-08-12 14:27:12 +02:00
parent 6422c7e7f2
commit 30191b1491
4 changed files with 10 additions and 3 deletions
@@ -1,3 +1,5 @@
replicaCount: 2
podAnnotations:
dapr.io/app-id: "prod-archmeister"
dapr.io/enabled: "true"
@@ -1,3 +1,5 @@
replicaCount: 2
podAnnotations:
dapr.io/app-id: "staging-archmeister"
dapr.io/enabled: "true"
@@ -14,8 +16,10 @@ podAnnotations:
dapr.io/sidecar-cpu-limit: "300m"
dapr.io/sidecar-memory-limit: "1000Mi"
dapr.io/log-as-json: "true"
image:
tag: d1007470-debug
ingress:
annotations:
cert-manager.io/cluster-issuer: letsencrypt-production
@@ -29,6 +33,7 @@ ingress:
- hosts:
- archmeister.beta.oceanbox.io
secretName: staging-archmeister-tls
resources:
limits:
cpu: 1000m
+2 -2
View File
@@ -23,7 +23,7 @@ metadata:
name: pv-prod-backup-archives
spec:
accessModes:
- ReadWriteMany
- ReadOnlyMany
capacity:
storage: 400T
local:
@@ -37,4 +37,4 @@ spec:
- key: kubernetes.io/hostname
operator: In
values:
- fs2
- fs-backup
+1 -1
View File
@@ -23,7 +23,7 @@ metadata:
name: prod-oceanbox-backup-archives
spec:
accessModes:
- ReadWriteMany
- ReadOnlyMany
resources:
requests:
storage: 400T