k8s example: updated elasticsearch's image tag from the default 'latest' to '7.4.0'

To fix the ImagePullBackOff error

Fixes #3401
This commit is contained in:
Ben Sooraj
2019-10-10 21:53:37 +05:30
parent e9e05b2ba4
commit 23270fecc3

View File

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