Skip to content

Commit

Permalink
specify namespace in example
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Dresser <[email protected]>
  • Loading branch information
michaelmdresser committed Mar 1, 2023
1 parent 5680a7a commit d236ba7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: nginx-deployment
namespace: default
labels:
app: nginx
spec:
Expand All @@ -147,12 +148,12 @@ Example output:
```
OBJECT Δ QTY RESOURCE UNIT COST PER UNIT Δ COST/MO % CHANGE
────────────────────────────────────────────────────────────────────────────────────────
michaelkc deployment +9 CPU cores 23.27 USD +209.47 USD
default deployment +9 CPU cores 23.27 USD +209.47 USD
nginx-deployment
+6 RAM GiB 3.12 USD +18.72 USD
────────────────────────────────────────────────────────────────────────────────────────
TOTAL MONTHLY COST CHANGE +228.18 USD
TOTAL MONTHLY COST CHANGE +228.18 USD
```

Show how much each namespace cost over the past 5 days
Expand Down

0 comments on commit d236ba7

Please sign in to comment.