Skip to content

Commit

Permalink
Change mysql image version and volume id
Browse files Browse the repository at this point in the history
- as per emails with Indigo kubernetes support
  • Loading branch information
gregcorbett committed Jun 7, 2016
1 parent 46d3c02 commit cc652ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions accounting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: accounting-mysql
image: mysql:5
image: mysql:5.6
ports:
- containerPort: 3306
name: mysql
Expand All @@ -30,8 +30,8 @@ spec:
volumes:
- name: accounting-mysql
cinder:
volumeID: 44de1b82-2642-4753-915a-54d3d6b54fea
fsType: ext4
volumeID: 373b2fb8-446e-483f-bcd9-439e71127992
fsType: ext4
---
apiVersion: v1
kind: Service
Expand Down

1 comment on commit cc652ec

@gregcorbett
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.