Skip to content

Commit

Permalink
Update local kustomization overlay to support localy built images
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-eves committed Jan 11, 2024
1 parent 352b903 commit c8fecf3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kubernetes/local/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ patches:
kind: Service
name: typetunerweb
path: nodeport_service.yaml
- target:
group: apps
version: v1
kind: Deployment
name: typetunerweb
path: patch_image_pull.yaml
3 changes: 3 additions & 0 deletions kubernetes/local/patch_image_pull.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- op: add
path: /spec/template/spec/containers/1/imagePullPolicy
value: IfNotPresent

0 comments on commit c8fecf3

Please sign in to comment.