fix: update replica count for hipster and petimeter
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
replicaCount: 2
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "prod-hipster"
|
||||
dapr.io/enabled: "true"
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
replicaCount: 2
|
||||
|
||||
image:
|
||||
tag: 9cf9b103-debug
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "staging-hipster"
|
||||
dapr.io/enabled: "true"
|
||||
@@ -16,6 +19,7 @@ podAnnotations:
|
||||
dapr.io/sidecar-cpu-limit: "300m"
|
||||
dapr.io/sidecar-memory-limit: "1000Mi"
|
||||
dapr.io/log-as-json: "true"
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
replicaCount: 2
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "prod-petimeter"
|
||||
dapr.io/enabled: "true"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
replicaCount: 2
|
||||
|
||||
podAnnotations:
|
||||
dapr.io/app-id: "staging-petimeter"
|
||||
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: cabd679d-debug
|
||||
|
||||
ingress:
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-staging
|
||||
|
||||
Reference in New Issue
Block a user