Skip to content

Commit

Permalink
specify password for mysql image (kubernetes#5990)
Browse files Browse the repository at this point in the history
* specify password for mysql image

* specify password for mysql image
  • Loading branch information
chenhonggc authored and colemickens committed Oct 26, 2017
1 parent 9817de4 commit 4c97160
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ spec:
containers:
- name: db
image: mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: "password"
resources:
requests:
memory: "64Mi"
Expand Down Expand Up @@ -338,6 +341,9 @@ spec:
containers:
- name: db
image: mysql
env:
- name: MYSQL_ROOT_PASSWORD
value: "password"
resources:
requests:
ephemeral-storage: "2Gi"
Expand Down

0 comments on commit 4c97160

Please sign in to comment.