Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 743 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 743 Bytes

NOTE: The Kubernetes specification mentioned here has not been tested avidly and is a community supported definition. I (author) may disregard issues associated with the Kubernetes spec (until I personally shift my homelab to a cluster).

Use the following instructions to apply the Kubernetes spec:

kubectl apply -f kubernetes/_namespace.yml
kubectl apply -f kubernetes/Expenseowl-Deployment.yml
kubectl apply -f kubernetes/Expenseowl-configmap.yml
kubectl apply -f kubernetes/Expenseowl-svc.yml
kubectl apply -f kubernetes/Expenseowl-pvc.yml
kubectl apply -f kubernetes/Expenseowl-ingress.yml
kubectl port-forward pod/<pod-name> 8080:8080 # Change Pod Name Here
Dashboard available at http://expenseowl.localhost/