Skip to content

Commit 4854c35

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents c0df04b + b4e1bab commit 4854c35

7 files changed

Lines changed: 48 additions & 16 deletions
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
adminImage: ghcr.io/whiletrue-industries/mapathataf-admin:c3b9d8bb1fdbde4559fc8fb95c8023a6530e6f88
2-
appImage: ghcr.io/whiletrue-industries/mapathataf-app:c3b9d8bb1fdbde4559fc8fb95c8023a6530e6f88
3-
landingImage: ghcr.io/whiletrue-industries/mapathataf-landing:c3b9d8bb1fdbde4559fc8fb95c8023a6530e6f88
1+
adminImage: ghcr.io/whiletrue-industries/mapathataf-admin:4690f9ebc863144071329c21868988fe4cedb03e
2+
appImage: ghcr.io/whiletrue-industries/mapathataf-app:4690f9ebc863144071329c21868988fe4cedb03e
3+
landingImage: ghcr.io/whiletrue-industries/mapathataf-landing:4690f9ebc863144071329c21868988fe4cedb03e

apps/openbus/values-hasadna-auto-updated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
backendImage: ghcr.io/hasadna/open-bus-backend/open-bus-backend:8486e82dd30dcaa887d347899c32c95d96a24435
2-
mapSearchImage: ghcr.io/hasadna/open-bus-map-search/open-bus-map-search:91021e5e873a1fd11cdb083ed671f2582d927506
2+
mapSearchImage: ghcr.io/hasadna/open-bus-map-search/open-bus-map-search:108821a7b1656b6524eb86ececa3954040f55025
33
pipelinesImage: ghcr.io/hasadna/open-bus-pipelines/open-bus-pipelines:51c29764bcb205fe06c01f5364471cfd68a60cac
44
ridesHistoryImage: ghcr.io/hasadna/open-bus-rides-history:0e3f80e056ec3d08c19e913f8764490a8347cb13
55
siriEtlImage: docker.pkg.github.com/hasadna/open-bus-siri-etl/open-bus-siri-etl:3f1a0c70f024e93a882ebe36f3f42ffb2bca7818
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
- name: HELM_ARGS
2-
value: -f values-hasadna.yaml
2+
value: -f values-hasadna.yaml -f values-hasadna-auto-updated.yaml
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: apps/v1
2+
kind: Deployment
3+
metadata:
4+
name: socialsocialpro
5+
spec:
6+
selector:
7+
matchLabels:
8+
app: socialsocialpro
9+
replicas: 1
10+
revisionHistoryLimit: 5
11+
template:
12+
metadata:
13+
labels:
14+
app: socialsocialpro
15+
spec:
16+
terminationGracePeriodSeconds: 5
17+
containers:
18+
- name: socialsocialpro
19+
image: {{ .Values.socialsocialproImage }}
20+
resources: {"requests": {"cpu": "50m", "memory": "100Mi"}, "limits": {"memory": "200Mi"}}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: socialsocialpro
5+
spec:
6+
selector:
7+
app: socialsocialpro
8+
ports:
9+
- name: "80"
10+
port: 80
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
socialsocialproImage: ghcr.io/hasadna/socialsocialpro:c36443ca1d8f59ac8625a7e40005b9383c7ce556

apps/wordpress/values-hasadna.yaml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@ deployments:
1414
upload_max_filesize: "100M"
1515
# Maximum number of files that can be uploaded via a single request
1616
max_file_uploads: "20"
17-
- name: socialpro-social
18-
image: wordpress@sha256:78f9132d3d5db7eb781cab58621867aba09d763cbaafab3e9a09ceae66cb1c17
19-
resources: '{"requests": {"cpu": "500m", "memory": "1024Mi"}, "limits": {"cpu": "800m", "memory": "2048Mi"}}'
20-
pvcName: socialpro-social
21-
dbName: socialprosocial
22-
php_ini: {}
17+
# we use a static export of this wordpress site
18+
# - name: socialpro-social
19+
# image: wordpress@sha256:78f9132d3d5db7eb781cab58621867aba09d763cbaafab3e9a09ceae66cb1c17
20+
# resources: '{"requests": {"cpu": "500m", "memory": "1024Mi"}, "limits": {"cpu": "800m", "memory": "2048Mi"}}'
21+
# pvcName: socialpro-social
22+
# dbName: socialprosocial
23+
# php_ini: {}
2324

2425
dbResources: '{"requests": {"cpu": "50m", "memory": "309Mi"}, "limits": {"cpu": "150m", "memory": "2215Mi"}}'
2526
#dbNfsServer: "~iac:hasadna_nfs1_internal_ip~"
@@ -35,7 +36,7 @@ ingresses:
3536
- name: socialpro-soial
3637
rules:
3738
- host: social.socialpro.org.il
38-
serviceName: socialpro-social
39+
serviceName: socialsocialpro
3940
servicePort: 80
4041

4142
vertical_pod_autoscalers:
@@ -46,7 +47,7 @@ vertical_pod_autoscalers:
4647
kind: deployment
4748
name: datacity
4849

49-
secrets:
50-
- name: socialpro-social
51-
data:
52-
DB_PASSWORD: "~vault:Projects/wordpress/socialpro_social:db_password~"
50+
secrets: []
51+
# - name: socialpro-social
52+
# data:
53+
# DB_PASSWORD: "~vault:Projects/wordpress/socialpro_social:db_password~"

0 commit comments

Comments
 (0)