19 lines
311 B
YAML
19 lines
311 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
resources:
|
|
- ../../base
|
|
|
|
images:
|
|
- name: 10.0.0.3:31427/gitea_admin/health-app
|
|
newTag: v2
|
|
|
|
patches:
|
|
- target:
|
|
kind: Deployment
|
|
name: health-app
|
|
patch: |-
|
|
- op: replace
|
|
path: /spec/replicas
|
|
value: 2
|