Skip to content

Commit 5917d41

Browse files
committed
Add images section to kustomization.yml for balancer application
1 parent 3964436 commit 5917d41

File tree

3 files changed

+55
-2
lines changed

3 files changed

+55
-2
lines changed

deploy/manifests/balancer/overlays/dev/kustomization.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ kind: Kustomization
44
resources:
55
- "../../base"
66

7+
images:
8+
- name: chrissst/balancer
9+
newTag: v1
10+
711
namespace: balancer

devbox.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,16 @@
55
"argocd@latest",
66
"kubernetes-helm@latest",
77
"kind@latest",
8-
"k9s@latest"
8+
"k9s@latest",
9+
"kustomize@latest"
910
],
1011
"shell": {
1112
"init_hook": [
1213
"echo 'Welcome to devbox!' > /dev/null"
1314
],
1415
"scripts": {
1516
"create:cluster": [
16-
"kind create cluster --name devbox --wait 60s --config kind-config.yml",
17+
"kind create cluster --name devbox --wait 60s",
1718
"kubectl cluster-info"
1819
],
1920
"deploy:balancer": [

devbox.lock

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,54 @@
280280
"store_path": "/nix/store/i7ak9gjj38s29k5lxjnak735713caf6f-kubernetes-helm-3.18.2"
281281
}
282282
}
283+
},
284+
"kustomize@latest": {
285+
"last_modified": "2025-06-20T02:24:11Z",
286+
"resolved": "github:NixOS/nixpkgs/076e8c6678d8c54204abcb4b1b14c366835a58bb#kustomize",
287+
"source": "devbox-search",
288+
"version": "5.6.0",
289+
"systems": {
290+
"aarch64-darwin": {
291+
"outputs": [
292+
{
293+
"name": "out",
294+
"path": "/nix/store/j3fhq0sjgibzg128f55sa7yyxs26qiik-kustomize-5.6.0",
295+
"default": true
296+
}
297+
],
298+
"store_path": "/nix/store/j3fhq0sjgibzg128f55sa7yyxs26qiik-kustomize-5.6.0"
299+
},
300+
"aarch64-linux": {
301+
"outputs": [
302+
{
303+
"name": "out",
304+
"path": "/nix/store/li5cccrjxgig3jqaycrrbzs7n6xwvpqp-kustomize-5.6.0",
305+
"default": true
306+
}
307+
],
308+
"store_path": "/nix/store/li5cccrjxgig3jqaycrrbzs7n6xwvpqp-kustomize-5.6.0"
309+
},
310+
"x86_64-darwin": {
311+
"outputs": [
312+
{
313+
"name": "out",
314+
"path": "/nix/store/3sa5673n6ah9fry8yzz94fscqjk8xxb4-kustomize-5.6.0",
315+
"default": true
316+
}
317+
],
318+
"store_path": "/nix/store/3sa5673n6ah9fry8yzz94fscqjk8xxb4-kustomize-5.6.0"
319+
},
320+
"x86_64-linux": {
321+
"outputs": [
322+
{
323+
"name": "out",
324+
"path": "/nix/store/vkaya31s09dj8xyy9xyrjqwgaixjq160-kustomize-5.6.0",
325+
"default": true
326+
}
327+
],
328+
"store_path": "/nix/store/vkaya31s09dj8xyy9xyrjqwgaixjq160-kustomize-5.6.0"
329+
}
330+
}
283331
}
284332
}
285333
}

0 commit comments

Comments
 (0)