Skip to content

Commit 3e6e912

Browse files
committed
fix(inspector): Added missing Env file
1 parent 41f1195 commit 3e6e912

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

inspector/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ spec:
1616
serviceAccountName: gazer
1717
containers:
1818
- name: inspector
19-
# command: ["/bin/sh"]
19+
command: ["inspector"]
2020
# args: ["-c", "while true; do echo hello; sleep 10;done"]
2121
imagePullPolicy: Always
22-
image: ghcr.io/mrsupiri/lazy-koala/inspector:latest
22+
image: ghcr.io/mrsupiri/lazy-koala/inspector:commit-342ac6a8
2323
ports:
2424
- containerPort: 8090
2525
name: http

ui/.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
VITE_K8S_API_BASE=k8s
2+
VITE_PROM_API_BASE=prom

0 commit comments

Comments
 (0)