Skip to content

Commit

Permalink
Fix typo, add author credit
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Sep 26, 2024
1 parent 902aff2 commit eb2c61a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tools/k3s/readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Powerwall Dashboard on Kubernetes

These config files can be used to get Power-Wall Dashboard runningo n k3s. These files assume you are using metallb for ingress and rook-ceph for storage. You will need to update grafanaservice.yaml if you are using something other than metallb, and the pvc configs if you are using storage other than rook-ceph. Local storage pvc configs are provided for testing but should not be used in deployment.
These config files can be used to get Powerwall Dashboard running on k3s. These files assume you are using metallb for ingress and rook-ceph for storage. You will need to update grafanaservice.yaml if you are using something other than metallb, and the pvc configs if you are using storage other than rook-ceph. Local storage pvc configs are provided for testing but should not be used in deployment.

Author: @cfoos

## Configuration

Update the values in the following files

configmap.yaml update the following section with your powerwall details
Expand Down Expand Up @@ -35,6 +37,7 @@ grafanaservice.yaml set the ip address you want grafana to have
```

## Deployment

You will first need to setup the namespace
```bash
kubectl apply -f namespace.yaml
Expand Down

0 comments on commit eb2c61a

Please sign in to comment.