fix: remove e2e flakiness by making the loop deterministic

Signed-off-by: AhmedGrati <ahmedgrati1999@gmail.com>
This commit is contained in:
AhmedGrati
2023-10-24 16:31:22 +01:00
parent 3172bc05b5
commit 0a3b1897c0
2 changed files with 17 additions and 16 deletions
+9 -9
View File
@@ -39,6 +39,14 @@ spec:
io.kompose.service: librenms-dispatcher
spec:
containers:
- env:
- name: TZ
image: librenms/dispatcher:latest
name: dispatcher
resources: {}
volumeMounts:
- mountPath: /data
name: librenms-dispatcher-claim0
- env:
- name: TZ
image: librenms/librenms:latest
@@ -51,15 +59,7 @@ spec:
volumeMounts:
- mountPath: /data
name: librenms-dispatcher-claim0
- env:
- name: TZ
image: librenms/dispatcher:latest
name: dispatcher
resources: {}
volumeMounts:
- mountPath: /data
name: librenms-dispatcher-claim0
hostname: dispatcher
hostname: librenms
restartPolicy: Always
volumes:
- name: librenms-dispatcher-claim0