chore: change to an image which work on M1 Mac
This commit is contained in:
+4
-4
@@ -1,7 +1,7 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- mysql.yaml
|
- mysql.yaml
|
||||||
- postgres.yaml
|
- postgres.yaml
|
||||||
- rabbitmq.yaml
|
- rabbitmq.yaml
|
||||||
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
- https://raw.githubusercontent.com/kubernetes/ingress-nginx/main/deploy/static/provider/kind/deploy.yaml
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@ spec:
|
|||||||
app: mysql
|
app: mysql
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- image: mysql:8
|
- image: jamielsharief/mysql
|
||||||
name: mysql
|
name: mysql
|
||||||
env:
|
env:
|
||||||
- name: MYSQL_ROOT_PASSWORD
|
- name: MYSQL_ROOT_PASSWORD
|
||||||
|
|||||||
Reference in New Issue
Block a user