You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
401 B
21 lines
401 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/cssd/csi-cssd-ui
|
|
|
|
# patchesStrategicMerge:
|
|
# - hpa.yaml
|
|
|
|
replicas:
|
|
- name: csi-cssd-ui
|
|
count: 1
|
|
|
|
|
|
images:
|
|
- name: registry.cloudsolutions.com.sa/vida-qa/csi-cssd-ui
|
|
newName: registry.cloudsolutions.com.sa/qa/csi-cssd-ui
|
|
newTag: V4.0.0724-70_qa
|
|
|
|
|
|
namespace: csi-dev
|