Skip to content

Commit a4bac1d

Browse files
committed
feat: update default configuration to use new github instance
1 parent 168ba75 commit a4bac1d

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

deployments/soteria/values.yaml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,13 @@
11
---
22
replicaCount: 1
33

4-
namespace: dispatching-staging
5-
region: teh-1
6-
74
labels:
8-
managedby: dispatching-team
9-
createdby: dispatching-team
5+
managedby: cloud-platform-team
6+
createdby: cloud-platform-team
107

118
image:
12-
registry: image-registry.openshift-image-registry.svc:5000
13-
repository: mozart/soteria
9+
registry: ghcr.io
10+
repository: snapp-incubator/soteria
1411
pullPolicy: Always
1512

1613
timezone: Asia/Tehran
@@ -25,10 +22,10 @@ service:
2522
resources:
2623
limits:
2724
memory: 128Mi
28-
cpu: 2
25+
cpu: 1
2926
requests:
3027
memory: 128Mi
31-
cpu: 1
28+
cpu: 500m
3229

3330
autoscaling:
3431
enabled: false

0 commit comments

Comments
 (0)