push k8s logs to LOG SERVICE IP

This commit is contained in:
Frostebite 2023-07-17 17:54:32 +01:00
parent 2e2eae0acf
commit e404132a7d
3 changed files with 2 additions and 2 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -38,7 +38,7 @@ spec:
service: http-fileserver
spec:
containers:
- image: my-docker-hub-account/http-fileserver-kubernetes:latest
- image: pgaertig/nginx-big-upload:latest
imagePullPolicy: Always
name: http-fileserver
resources: {}
@ -72,7 +72,7 @@ status: {}
spec: {
containers: [
{
image: 'my-docker-hub-account/http-fileserver-kubernetes:latest',
image: 'pgaertig/nginx-big-upload:latest',
imagePullPolicy: 'Always',
name: 'http-fileserver',
resources: {},