From a09270f7da25cda20c7e1d07c19784a7440a5348 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Fri, 30 Aug 2024 23:19:25 -0700 Subject: feat: add local deploy env, fixup labels --- manifests/local/kustomization.yaml | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'manifests/local/kustomization.yaml') diff --git a/manifests/local/kustomization.yaml b/manifests/local/kustomization.yaml index c808606..575ced9 100644 --- a/manifests/local/kustomization.yaml +++ b/manifests/local/kustomization.yaml @@ -3,9 +3,6 @@ kind: Kustomization metadata: name: go-git-server-local -commonLabels: - app.kubernetes.io/part-of: go-git-server - app.kubernetes.io/managed-by: kustomize resources: - ../base @@ -15,3 +12,22 @@ resources: images: - name: go-git-server newName: go-git-registry:5000/go-git-server + newTag: 0.3.2-latest.4d55e5d.7 + +labels: +- includeSelectors: true + pairs: + app.kubernetes.io/managed-by: kustomize + app.kubernetes.io/part-of: go-git-server + +patches: +- patch: | + - op: add + path: "/spec/template/spec/containers/0/env" + value: + - name: GO_GIT_SERVER_LOG_LEVEL + value: "DEBUG" + target: + kind: Deployment + name: go-git-server + version: v1 -- cgit v1.2.3