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
7070
7171#### Create Service for Demo App
7272
73- Note: this step will create a new LoadBalancer on the infrastructure
73+ Note: This step will create a new LoadBalancer on the infrastructure
7474
7575``` shell
7676kubectl apply -f app-svc.yaml
7777```
7878
7979#### Create Deployment for Demo App
8080
81+ Note: The app will create the necessary tables on the MySQL on the first run
82+
8183``` shell
8284kubectl apply -f app-dep.yaml
8385```
Original file line number Diff line number Diff line change @@ -46,10 +46,10 @@ spec:
4646 mountPath : /var/lib/mysql
4747 resources :
4848 limits :
49- cpu : 300m
49+ cpu : 800m
5050 memory : 1024Mi
5151 requests :
52- cpu : 100m
52+ cpu : 500m
5353 memory : 512Mi
5454 volumes :
5555 - name : mysql-persistent-storage
You can’t perform that action at this time.
0 commit comments