Skip to content

Commit

Permalink
fix(inspector): Added missing Env file
Browse files Browse the repository at this point in the history
  • Loading branch information
isala404 committed Mar 30, 2022
1 parent 41f1195 commit 3e6e912
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inspector/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ spec:
serviceAccountName: gazer
containers:
- name: inspector
# command: ["/bin/sh"]
command: ["inspector"]
# args: ["-c", "while true; do echo hello; sleep 10;done"]
imagePullPolicy: Always
image: ghcr.io/mrsupiri/lazy-koala/inspector:latest
image: ghcr.io/mrsupiri/lazy-koala/inspector:commit-342ac6a8
ports:
- containerPort: 8090
name: http
Expand Down
2 changes: 2 additions & 0 deletions ui/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
VITE_K8S_API_BASE=k8s
VITE_PROM_API_BASE=prom

0 comments on commit 3e6e912

Please sign in to comment.