Downgrade the version of the MySQL server use in DB container to fix a connection... 33/56333/1
authorThomas Duval <thomas.duval@orange.com>
Tue, 24 Apr 2018 09:02:55 +0000 (11:02 +0200)
committerThomas Duval <thomas.duval@orange.com>
Tue, 24 Apr 2018 09:02:55 +0000 (11:02 +0200)
Change-Id: I4642341b7e4fa27b958963c8152fd09a8954298e

tools/moon_kubernetes/templates/db.yaml

index a055507..5a0e5e9 100644 (file)
@@ -14,7 +14,7 @@ spec:
     spec:
       containers:
       - name: db
-        image: mysql:latest
+        image: mysql:5.7
         env:
         - name: MYSQL_DATABASE
           value: "moon"