Aeron media driver volume for multi-node CI, #30601 (#30835)

This commit is contained in:
Patrik Nordwall 2021-10-29 14:19:17 +02:00 committed by GitHub
parent 1adc1a9250
commit 527571fc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View file

@ -33,8 +33,8 @@ spec:
imagePullPolicy: Always
name: multi-test-nodeX
volumeMounts:
- mountPath: /dev/shm
name: dshm
- mountPath: /opt/volumes/media-driver
name: media-driver
ports:
- name: web
containerPort: 80
@ -59,9 +59,8 @@ spec:
protocol: TCP
volumes:
# Needed for Aeron tests: https://github.com/real-logic/aeron/blob/master/README.md#troubleshooting
- name: dshm
emptyDir:
medium: Memory
- name: media-driver
emptyDir: {}
---
apiVersion: v1
kind: Service
@ -96,4 +95,4 @@ spec:
- protocol: UDP
name: multi-node-udp2
port: 6001
targetPort: 6001
targetPort: 6001