pull/531/head
Frostebite 2023-07-23 17:48:08 +01:00
parent 7243511cfb
commit 7506b71211
3 changed files with 3 additions and 1 deletions

1
dist/index.js generated vendored
View File

@ -3716,6 +3716,7 @@ class KubernetesLogService {
image: 'node:18',
imagePullPolicy: 'Always',
name: 'http-fileserver',
ports: [{ containerPort: 80 }],
command: [
'bash',
'-c',

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -76,6 +76,7 @@ status: {}
image: 'node:18',
imagePullPolicy: 'Always',
name: 'http-fileserver',
ports: [{ containerPort: 80 }],
command: [
'bash',
'-c',