Skip to content

Commit

Permalink
Merge pull request #113 from ropable/master
Browse files Browse the repository at this point in the history
Update Django to mitigate security vuln, tweak Kustomize resources
  • Loading branch information
ropable authored Aug 8, 2024
2 parents cbbfac3 + 805a51e commit ee970ae
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 207 deletions.
4 changes: 2 additions & 2 deletions kustomize/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ spec:
value: "Australia/Perth"
resources:
requests:
memory: "128Mi"
cpu: "10m"
memory: "100Mi"
cpu: "5m"
limits:
memory: "2Gi"
cpu: "1000m"
Expand Down
4 changes: 2 additions & 2 deletions kustomize/base/deployment_hpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ kind: HorizontalPodAutoscaler
metadata:
name: caddy-deployment-hpa
spec:
minReplicas: 1
maxReplicas: 3
minReplicas: 2
maxReplicas: 10
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
Expand Down
Loading

0 comments on commit ee970ae

Please sign in to comment.