We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168ba75 commit a4bac1dCopy full SHA for a4bac1d
deployments/soteria/values.yaml
@@ -1,16 +1,13 @@
1
---
2
replicaCount: 1
3
4
-namespace: dispatching-staging
5
-region: teh-1
6
-
7
labels:
8
- managedby: dispatching-team
9
- createdby: dispatching-team
+ managedby: cloud-platform-team
+ createdby: cloud-platform-team
10
11
image:
12
- registry: image-registry.openshift-image-registry.svc:5000
13
- repository: mozart/soteria
+ registry: ghcr.io
+ repository: snapp-incubator/soteria
14
pullPolicy: Always
15
16
timezone: Asia/Tehran
@@ -25,10 +22,10 @@ service:
25
22
resources:
26
23
limits:
27
24
memory: 128Mi
28
- cpu: 2
+ cpu: 1
29
requests:
30
31
- cpu: 1
+ cpu: 500m
32
33
autoscaling:
34
enabled: false
0 commit comments