Add kustomization
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-11-03 22:02:22 -04:00
parent 49eeb4b1bb
commit 625cecd6eb
2 changed files with 10 additions and 1 deletions

View File

@ -17,7 +17,7 @@ spec:
spec:
containers:
- name: general-api
image: git.clortox.com/tyler/general-api:1.0.10
image: git.clortox.com/tyler/general-api
imagePullPolicy: Always
env:
- name: ACCESS_KEY

View File

@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- general-api-deployment.yaml
images:
- name: git.clortox.com/tyler/general-api
newName: git.clortox.com/tyler/general-api
newTag: "1.0.10" # This tag will be updated by Flux.