Merge pull request #3706 from bensooraj/k8s_example_fix

Fix for ImagePullBackOff error when running the k8s example
This commit is contained in:
Filip Barl
2019-10-10 20:46:44 +02:00
committed by GitHub

View File

@@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: elasticsearch
image: elasticsearch
image: elasticsearch:7.4.0
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9200