This commit is contained in:
parent
49eeb4b1bb
commit
625cecd6eb
@ -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
|
||||
|
9
api/general-api/kustomization.yaml
Normal file
9
api/general-api/kustomization.yaml
Normal 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.
|
||||
|
Loading…
Reference in New Issue
Block a user