Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Apr 26, 2024
1 parent 7354465 commit 01af253
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,22 @@ kind: Deployment
spec:
selector:
matchLabels:
app: oomkillwatchd
app: oomkill-watch
replicas: 1
revisionHistoryLimit: 5
template:
metadata:
labels:
app: oomkillwatchd
app: oomkill-watch
spec:
containers:
- name: oomkillwatchd
- name: oomkill-watch
image: "your-image-here"
command:
- '/bin/bash'
- '-c'
- |
gcloud container clusters get-credentials {clustername} && /app/oomkill-watch -slack {channel}
gcloud container clusters get-credentials {clustername} && \
/app/oomkill-watch -slack {channel}
...
```

0 comments on commit 01af253

Please sign in to comment.