Skip to content

Commit

Permalink
kubernetes-resume-challenge
Browse files Browse the repository at this point in the history
  • Loading branch information
TomiwaAribisala-git committed Mar 25, 2024
1 parent 4d55c63 commit c668af1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ Using Apache Bench: `alias ab='kubectl run test-load --rm --tty -i --restart='Ne

![Result State](./images/result-state.png)

## Helm Charts
- Defined [Helm Charts](./helm-charts/) for the application making deployment and management on Kubernetes clusters more efficient and scalable

## Extras
- [HorizontalPodAutoscaler Walkthrough](https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough/)
Expand Down
6 changes: 0 additions & 6 deletions kubernetes/ecom-web-config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion kubernetes/mariadb-pvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ spec:
storageClassName: local-storage
resources:
requests:
storage: 1Gi
storage: 200Mi
6 changes: 0 additions & 6 deletions kubernetes/storage-class.yml

This file was deleted.

0 comments on commit c668af1

Please sign in to comment.