Skip to content

Commit

Permalink
Revert Kustomize resources from using HPA policy.
Browse files Browse the repository at this point in the history
  • Loading branch information
ropable committed Apr 29, 2024
1 parent 56a5dea commit 204bfe1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ kind: Deployment
metadata:
name: mapproxy-deployment
spec:
replicas: 2
strategy:
type: RollingUpdate
template:
Expand Down
1 change: 0 additions & 1 deletion kustomize/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- deployment.yaml
- deployment_hpa.yaml
- pvc.yaml
- service.yaml
1 change: 0 additions & 1 deletion kustomize/overlays/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ labels:
variant: prod
patches:
- path: deployment_patch.yaml
- path: deployment_hpa_patch.yaml
- path: service_patch.yaml
images:
- name: ghcr.io/dbca-wa/mapproxy
Expand Down
1 change: 0 additions & 1 deletion kustomize/overlays/uat/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ labels:
variant: uat
patches:
- path: deployment_patch.yaml
- path: deployment_hpa_patch.yaml
- path: service_patch.yaml
configMapGenerator:
- name: mapproxy-configmap
Expand Down

0 comments on commit 204bfe1

Please sign in to comment.