fix: update replica count for archmeister
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
replicaCount: 2
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "prod-archmeister"
|
dapr.io/app-id: "prod-archmeister"
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
replicaCount: 2
|
||||||
|
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
dapr.io/app-id: "staging-archmeister"
|
dapr.io/app-id: "staging-archmeister"
|
||||||
dapr.io/enabled: "true"
|
dapr.io/enabled: "true"
|
||||||
@@ -14,8 +16,10 @@ podAnnotations:
|
|||||||
dapr.io/sidecar-cpu-limit: "300m"
|
dapr.io/sidecar-cpu-limit: "300m"
|
||||||
dapr.io/sidecar-memory-limit: "1000Mi"
|
dapr.io/sidecar-memory-limit: "1000Mi"
|
||||||
dapr.io/log-as-json: "true"
|
dapr.io/log-as-json: "true"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
tag: d1007470-debug
|
tag: d1007470-debug
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
annotations:
|
annotations:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
@@ -29,6 +33,7 @@ ingress:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- archmeister.beta.oceanbox.io
|
- archmeister.beta.oceanbox.io
|
||||||
secretName: staging-archmeister-tls
|
secretName: staging-archmeister-tls
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 1000m
|
cpu: 1000m
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ metadata:
|
|||||||
name: pv-prod-backup-archives
|
name: pv-prod-backup-archives
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadOnlyMany
|
||||||
capacity:
|
capacity:
|
||||||
storage: 400T
|
storage: 400T
|
||||||
local:
|
local:
|
||||||
@@ -37,4 +37,4 @@ spec:
|
|||||||
- key: kubernetes.io/hostname
|
- key: kubernetes.io/hostname
|
||||||
operator: In
|
operator: In
|
||||||
values:
|
values:
|
||||||
- fs2
|
- fs-backup
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ metadata:
|
|||||||
name: prod-oceanbox-backup-archives
|
name: prod-oceanbox-backup-archives
|
||||||
spec:
|
spec:
|
||||||
accessModes:
|
accessModes:
|
||||||
- ReadWriteMany
|
- ReadOnlyMany
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
storage: 400T
|
storage: 400T
|
||||||
|
|||||||
Reference in New Issue
Block a user