File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -70,14 +70,16 @@ kubectl apply -f mysql-dep.yaml
70
70
71
71
#### Create Service for Demo App
72
72
73
- Note: this step will create a new LoadBalancer on the infrastructure
73
+ Note: This step will create a new LoadBalancer on the infrastructure
74
74
75
75
``` shell
76
76
kubectl apply -f app-svc.yaml
77
77
```
78
78
79
79
#### Create Deployment for Demo App
80
80
81
+ Note: The app will create the necessary tables on the MySQL on the first run
82
+
81
83
``` shell
82
84
kubectl apply -f app-dep.yaml
83
85
```
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ spec:
46
46
mountPath : /var/lib/mysql
47
47
resources :
48
48
limits :
49
- cpu : 300m
49
+ cpu : 800m
50
50
memory : 1024Mi
51
51
requests :
52
- cpu : 100m
52
+ cpu : 500m
53
53
memory : 512Mi
54
54
volumes :
55
55
- name : mysql-persistent-storage
You can’t perform that action at this time.
0 commit comments