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