mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
14 lines
275 B
YAML
14 lines
275 B
YAML
# Creating a pod to retrieve ran-base logs
|
|
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: ran-base-log-retrieval
|
|
namespace: oaicicd-ran
|
|
spec:
|
|
containers:
|
|
- name: logcontainer
|
|
image: ran-base:latest
|
|
command: ["/bin/sh", "-c"]
|
|
args:
|
|
["sleep inf"]
|