Skip to content

Commit 49c339f

Browse files
committed
redice the fingerprint of the goaccess frontend
1 parent b7aec49 commit 49c339f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

deployment/ocd-17-telemetry.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ spec:
6666
limits: { cpu: 200m, memory: 256Mi }
6767

6868
- name: goaccess-web
69-
image: python:3.13-slim
69+
image: busybox:1.37
7070
imagePullPolicy: IfNotPresent
71-
command: ["python", "-m", "http.server", "8000"]
72-
workingDir: /var/www/goaccess
71+
command: ["httpd", "-f", "-p", "8000", "-h", "/var/www/goaccess"]
7372
ports:
7473
- name: http
7574
containerPort: 8000

0 commit comments

Comments
 (0)