Skip to content

Commit dde6daa

Browse files
mitchrossclaude
andcommitted
feat(garage): add kustomization.yaml
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 7fef9da commit dde6daa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
apiVersion: kustomize.config.k8s.io/v1beta1
2+
kind: Kustomization
3+
4+
namespace: garage
5+
6+
resources:
7+
# Namespace
8+
- namespace.yaml
9+
10+
# Backend
11+
- backend/externalsecret.yaml
12+
- backend/configmap.yaml
13+
- backend/statefulset.yaml
14+
- backend/service-s3.yaml
15+
- backend/service-admin.yaml
16+
- backend/service-internal.yaml
17+
- backend/init-job.yaml
18+
19+
# Web UI
20+
- webui/deployment.yaml
21+
- webui/service.yaml
22+
- webui/httproute.yaml

0 commit comments

Comments
 (0)