add k9s config.yaml and new space chalk skin again

This commit is contained in:
JesseBot 2024-11-23 12:13:32 +01:00
parent 328f407a00
commit 56fba7459d
No known key found for this signature in database
2 changed files with 42 additions and 0 deletions

42
.config/k9s/config.yaml Normal file
View file

@ -0,0 +1,42 @@
k9s:
liveViewAutoRefresh: false
screenDumpDir: cache/.local/state/k9s/screen-dumps
refreshRate: 2
maxConnRetry: 5
readOnly: false
noExitOnCtrlC: false
ui:
enableMouse: false
headless: false
logoless: false
crumbsless: false
reactive: false
noIcons: false
defaultsToFullScreen: false
skin: space_chalk
skipLatestRevCheck: false
disablePodCounting: false
shellPod:
image: busybox:1.35.0
namespace: default
limits:
cpu: 100m
memory: 100Mi
imageScans:
enable: false
exclusions:
namespaces: []
labels: {}
logger:
tail: 100
buffer: 5000
sinceSeconds: -1
textWrap: false
showTime: false
thresholds:
cpu:
critical: 90
warn: 70
memory:
critical: 90
warn: 70