We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f1195 commit 3e6e912Copy full SHA for 3e6e912
inspector/deployment.yaml
@@ -16,10 +16,10 @@ spec:
16
serviceAccountName: gazer
17
containers:
18
- name: inspector
19
- # command: ["/bin/sh"]
+ command: ["inspector"]
20
# args: ["-c", "while true; do echo hello; sleep 10;done"]
21
imagePullPolicy: Always
22
- image: ghcr.io/mrsupiri/lazy-koala/inspector:latest
+ image: ghcr.io/mrsupiri/lazy-koala/inspector:commit-342ac6a8
23
ports:
24
- containerPort: 8090
25
name: http
ui/.env
@@ -0,0 +1,2 @@
1
+VITE_K8S_API_BASE=k8s
2
+VITE_PROM_API_BASE=prom
0 commit comments