aboutsummaryrefslogtreecommitdiffstats
path: root/functest_kubernetes/ims/ralf-depl.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'functest_kubernetes/ims/ralf-depl.yaml')
-rw-r--r--functest_kubernetes/ims/ralf-depl.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/functest_kubernetes/ims/ralf-depl.yaml b/functest_kubernetes/ims/ralf-depl.yaml
index 9dcf5faa..de2b93ec 100644
--- a/functest_kubernetes/ims/ralf-depl.yaml
+++ b/functest_kubernetes/ims/ralf-depl.yaml
@@ -18,7 +18,7 @@ spec:
image: busybox:1.28
command: ['sh', '-c', 'until nslookup cassandra; do echo waiting for cassandra to start ...; sleep 2; done']
containers:
- - image: "ollivier/clearwater-ralf"
+ - image: "ollivier/clearwater-ralf:hunter"
name: ralf
ports:
- containerPort: 22
@@ -41,7 +41,7 @@ spec:
volumeMounts:
- name: ralflogs
mountPath: /var/log/ralf
- - image: busybox
+ - image: busybox:1.28
name: tailer
command: [ "tail", "-F", "/var/log/ralf/ralf_current.txt" ]
volumeMounts: