fix: update replica count for archmeister
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,7 +23,7 @@ metadata:
|
||||
name: prod-oceanbox-backup-archives
|
||||
spec:
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadOnlyMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 400T
|
||||
|
||||
Reference in New Issue
Block a user