first commit
This commit is contained in:
16
kustomize/environments/production/kustomization.yaml
Normal file
16
kustomize/environments/production/kustomization.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
bases:
|
||||
- ../../application
|
||||
patches:
|
||||
- replica_count.yaml
|
||||
- resource_limits.yaml
|
||||
configMapGenerator:
|
||||
- name: example-config
|
||||
namespace: example
|
||||
#behavior: replace
|
||||
files:
|
||||
- configs/config.json
|
||||
patchesStrategicMerge:
|
||||
- env.yaml
|
||||
images:
|
||||
- name: aimvector/python
|
||||
newTag: 1.0.1
|
||||
Reference in New Issue
Block a user