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.
45 lines
1.3 KiB
45 lines
1.3 KiB
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
resources:
|
|
- https://git.cloudsolutions.com.sa/Ishrath.Ahamed/CENTRAL-BASE-REPO/empi/csi-empi-wrapper
|
|
|
|
patchesStrategicMerge:
|
|
- hpa.yaml
|
|
|
|
|
|
images:
|
|
- name: registry.cloudsolutions.com.sa/vida-qa/csi-empi-wrapper
|
|
newTag: V4.0.0125-622_qa #V4.0.0125-637_dev #V4.0.0125-636_dev #V4.0.0125-635_dev #V4.0.0125-620_dev #V4.0.0125-612_dev #V4.0.0125-606_qa #V4.0.1224-554_qa #V4.0.1124-349_prod #V4.0.1124-349_dev #4.2411.1.0 #dev_rel_130_35_dev #4.2410.2.0_qa
|
|
namespace: csi-uat
|
|
|
|
patchesJson6902:
|
|
- target:
|
|
group: apps
|
|
version: v1
|
|
kind: Deployment
|
|
name: csi-empi-wrapper
|
|
patch: |-
|
|
- op: add
|
|
path: /spec/template/spec/containers/0/ports/-
|
|
value:
|
|
name: management
|
|
containerPort: 9000
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/livenessProbe
|
|
value:
|
|
httpGet:
|
|
path: /actuator/health/liveness
|
|
port: management
|
|
initialDelaySeconds: 600
|
|
failureThreshold: 30
|
|
timeoutSeconds: 100
|
|
- op: replace
|
|
path: /spec/template/spec/containers/0/readinessProbe
|
|
value:
|
|
httpGet:
|
|
path: /actuator/health/readiness
|
|
port: management
|
|
initialDelaySeconds: 100
|
|
failureThreshold: 30
|
|
timeoutSeconds: 100
|