Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed May 18, 2024
1 parent 539db0b commit 337afe6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ spec:
selector:
matchLabels:
app: gke-info-go
version: v1

template:
metadata:
labels:
app: gke-info-go
version: v1

spec:
containers:
Expand All @@ -44,11 +42,11 @@ spec:

resources:
limits:
cpu: "100m"
memory: "256Mi"
requests:
cpu: "50m"
memory: "128Mi"
requests:
cpu: "25m"
memory: "64Mi"

---
apiVersion: v1
Expand All @@ -60,7 +58,6 @@ metadata:

labels:
app: gke-info-go
version: v1

spec:
ports:
Expand Down

0 comments on commit 337afe6

Please sign in to comment.