File tree Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Expand file tree Collapse file tree 3 files changed +10
-28
lines changed Original file line number Diff line number Diff line change 24
24
tier : frontend
25
25
spec :
26
26
containers :
27
- - image : " coderjourney /mealplan-frontend:1.0.0"
27
+ - image : us.gcr.io /mealplan-165022/mealplan- frontend:1.0.0
28
28
name : nginx
29
29
lifecycle :
30
30
preStop :
Original file line number Diff line number Diff line change 13
13
spec :
14
14
containers :
15
15
- name : mealplan
16
- image : " meal_plan:1 "
16
+ image : us.gcr.io/mealplan-165022/mealplan:1.0.0
17
17
ports :
18
18
- name : rails
19
19
containerPort : 3000
Original file line number Diff line number Diff line change 32
32
configMapKeyRef :
33
33
name : mealplan-config
34
34
key : postgres_password
35
+ - name : PGDATA
36
+ valueFrom :
37
+ configMapKeyRef :
38
+ name : mealplan-config
39
+ key : pgdata
35
40
ports :
36
41
- containerPort : 5432
37
42
name : postgres
40
45
mountPath : /var/lib/postgresql/data
41
46
volumes :
42
47
- name : postgres-storage
43
- persistentVolumeClaim :
44
- claimName : postgres-pv-claim
45
- ---
46
- apiVersion : v1
47
- kind : PersistentVolumeClaim
48
- metadata :
49
- name : postgres-pv-claim
50
- spec :
51
- accessModes :
52
- - ReadWriteOnce
53
- resources :
54
- requests :
55
- storage : 5Gi
56
- volumeName : postgres-pv
57
- ---
58
- apiVersion : v1
59
- kind : PersistentVolume
60
- metadata :
61
- name : postgres-pv
62
- spec :
63
- accessModes :
64
- - ReadWriteOnce
65
- capacity :
66
- storage : 5Gi
67
- hostPath :
68
- path : /data/mealplan-postgres
48
+ gcePersistentDisk :
49
+ fsType : ext4
50
+ pdName : postgres-disk
You can’t perform that action at this time.
0 commit comments