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.
20 lines
490 B
20 lines
490 B
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
bases:
|
|
- https://git.cloudsolutions.com.sa/BASE/CENTRAL-BASE-REPO/apigateway/api-gateway
|
|
|
|
patchesStrategicMerge:
|
|
- patch-hpa.yaml
|
|
|
|
images:
|
|
- name: harbor.moh.gov.sa/vidamoh/csi-token-filter
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/csi-token-filter
|
|
newTag: 4.0.3.0-b2
|
|
|
|
- name: harbor.moh.gov.sa/vidamoh/api-gateway
|
|
newName: registry.cloudsolutions.com.sa/vida-qa/api-gateway
|
|
newTag: 4.0.2.0
|
|
|
|
|
|
namespace: csi-dev
|