Gitlab - Argos ALM by PALO IT

Commit 4e361d28 authored by Palo IT's avatar Palo IT

fixing patches struchture

parent 95c9b1d0
......@@ -3,5 +3,13 @@ kind: Kustomization
resources:
- ../base
patches:
- Deployment.yml
- HorizontalPodAutoScaler.yml
- path: Deployment.yaml # Ruta al archivo de parche para el Deployment
target:
kind: Deployment
#name: nombre-del-deployment
- path: HorizontalPodAutoScaler.yaml # Ruta al archivo de parche para el HPA
target:
kind: HorizontalPodAutoscaler
#name: nombre-del-hpa
#- Deployment-patch.yml
#- HorizontalPodAutoScaler.yml
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment