Add environments/pubmedis/overlays/production/kustomization.yaml
This commit is contained in:
18
environments/pubmedis/overlays/production/kustomization.yaml
Normal file
18
environments/pubmedis/overlays/production/kustomization.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
resources:
|
||||
- ../../base
|
||||
|
||||
images:
|
||||
- name: 10.0.0.3:31427/gitea_admin/pubmedis
|
||||
newTag: "latest"
|
||||
|
||||
patches:
|
||||
- target:
|
||||
kind: Deployment
|
||||
name: pubmedis
|
||||
patch: |-
|
||||
- op: replace
|
||||
path: /spec/replicas
|
||||
value: 1
|
||||
Reference in New Issue
Block a user