tests
parent
7243511cfb
commit
7506b71211
|
@ -3716,6 +3716,7 @@ class KubernetesLogService {
|
|||
image: 'node:18',
|
||||
imagePullPolicy: 'Always',
|
||||
name: 'http-fileserver',
|
||||
ports: [{ containerPort: 80 }],
|
||||
command: [
|
||||
'bash',
|
||||
'-c',
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -76,6 +76,7 @@ status: {}
|
|||
image: 'node:18',
|
||||
imagePullPolicy: 'Always',
|
||||
name: 'http-fileserver',
|
||||
ports: [{ containerPort: 80 }],
|
||||
command: [
|
||||
'bash',
|
||||
'-c',
|
||||
|
|
Loading…
Reference in New Issue