diff options
| author | Max Resnick <max@ofmax.li> | 2025-06-22 00:22:14 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-06-22 00:22:14 -0700 |
| commit | 3a84c19aad1b5a728641100a976d31e2bff30284 (patch) | |
| tree | 4face4c5c2794d55cdaeb5c514021796bda07fec /manifests/base/components/cgit/kustomization.yaml | |
| parent | a058a646f329a169e55b6483e1f5560313d47353 (diff) | |
| download | go-git-server-3a84c19aad1b5a728641100a976d31e2bff30284.tar.gz | |
chore: move components
Diffstat (limited to '')
| -rw-r--r-- | manifests/base/components/cgit/kustomization.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/manifests/base/components/cgit/kustomization.yaml b/manifests/base/components/cgit/kustomization.yaml new file mode 100644 index 0000000..6f7732a --- /dev/null +++ b/manifests/base/components/cgit/kustomization.yaml @@ -0,0 +1,26 @@ +# Labels to add to all resources and selectors. + +# Images modify the tags for images without +# creating patches. +images: +- name: registry.gitlab.com/grumps/grumpy-containers/cgit + newName: public.ecr.aws/s0f9o2k5/cgit + newTag: v0.0.6 + +# List of resource files that kustomize reads, modifies +# and emits as a YAML string +resources: +- cgit-deploy.yaml +- cgit-sa.yaml +- cgit-svc.yaml +- cgit-cm.yaml +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +labels: +- includeSelectors: true + pairs: + app.kubernetes.io/name: cgit +- includeSelectors: true + pairs: + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/part-of: go-git-server |