Skip to content

Commit d7c3e76

Browse files
Update k9s config
1 parent 298a5d3 commit d7c3e76

File tree

3 files changed

+80
-85
lines changed

3 files changed

+80
-85
lines changed
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
k9s:
2+
liveViewAutoRefresh: false
3+
screenDumpDir: /Users/jacobwgillespie/Library/Application Support/k9s/screen-dumps
4+
refreshRate: 2
5+
maxConnRetry: 5
6+
readOnly: false
7+
noExitOnCtrlC: false
8+
ui:
9+
enableMouse: false
10+
headless: false
11+
logoless: false
12+
crumbsless: false
13+
reactive: false
14+
noIcons: false
15+
defaultsToFullScreen: false
16+
skin: transparent
17+
skipLatestRevCheck: false
18+
disablePodCounting: false
19+
shellPod:
20+
image: busybox:1.35.0
21+
namespace: default
22+
limits:
23+
cpu: 100m
24+
memory: 100Mi
25+
imageScans:
26+
enable: false
27+
exclusions:
28+
namespaces: []
29+
labels: {}
30+
logger:
31+
tail: 100
32+
buffer: 5000
33+
sinceSeconds: -1
34+
textWrap: false
35+
showTime: false
36+
thresholds:
37+
cpu:
38+
critical: 90
39+
warn: 70
40+
memory:
41+
critical: 90
42+
warn: 70

symlinks/.config/k9s/skin.yml.symlink

Lines changed: 0 additions & 85 deletions
This file was deleted.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
k9s:
2+
body:
3+
bgColor: default
4+
prompt:
5+
bgColor: default
6+
info:
7+
sectionColor: default
8+
dialog:
9+
bgColor: default
10+
labelFgColor: default
11+
fieldFgColor: default
12+
frame:
13+
crumbs:
14+
bgColor: default
15+
title:
16+
bgColor: default
17+
counterColor: default
18+
menu:
19+
fgColor: default
20+
views:
21+
charts:
22+
bgColor: default
23+
table:
24+
bgColor: default
25+
header:
26+
fgColor: default
27+
bgColor: default
28+
xray:
29+
bgColor: default
30+
logs:
31+
bgColor: default
32+
indicator:
33+
bgColor: default
34+
toggleOnColor: default
35+
toggleOffColor: default
36+
yaml:
37+
colonColor: default
38+
valueColor: default

0 commit comments

Comments
 (0)