Add kustomize
This commit is contained in:
parent
5fc864c65d
commit
d021c3e63a
9 changed files with 91 additions and 3 deletions
23
nginx/kustomize/overlays/default/kustomization.yaml
Normal file
23
nginx/kustomize/overlays/default/kustomization.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
resources:
|
||||
- ../../base
|
||||
- ingress.yaml
|
||||
|
||||
namespace: default
|
||||
|
||||
labels:
|
||||
- includeSelectors: true
|
||||
pairs:
|
||||
app: nginx
|
||||
|
||||
commonAnnotations:
|
||||
owner: florian
|
||||
|
||||
namePrefix: nginx-
|
||||
|
||||
images:
|
||||
- name: nginx
|
||||
newName: nginx
|
||||
newTag: 1.14.2
|
||||
|
||||
patches:
|
||||
- path: replica.yaml
|
Loading…
Add table
Add a link
Reference in a new issue