Add Config
This commit is contained in:
parent
5e33cfeabf
commit
2b40e9ade7
7 changed files with 497 additions and 0 deletions
57
config/k9s/config.yml
Normal file
57
config/k9s/config.yml
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
k9s:
|
||||
liveViewAutoRefresh: false
|
||||
refreshRate: 2
|
||||
maxConnRetry: 5
|
||||
enableMouse: false
|
||||
headless: false
|
||||
logoless: false
|
||||
crumbsless: false
|
||||
readOnly: false
|
||||
noExitOnCtrlC: false
|
||||
noIcons: false
|
||||
skipLatestRevCheck: false
|
||||
logger:
|
||||
tail: 100
|
||||
buffer: 5000
|
||||
sinceSeconds: 300
|
||||
fullScreenLogs: false
|
||||
textWrap: false
|
||||
showTime: false
|
||||
currentContext: default
|
||||
currentCluster: default
|
||||
clusters:
|
||||
default:
|
||||
namespace:
|
||||
active: foo
|
||||
lockFavorites: false
|
||||
favorites:
|
||||
- foo
|
||||
- vpn-home
|
||||
- matrix
|
||||
- ingress-nginx
|
||||
- invidious
|
||||
- voyager
|
||||
- kube-system
|
||||
- lemmy
|
||||
view:
|
||||
active: pods
|
||||
featureGates:
|
||||
nodeShell: false
|
||||
shellPod:
|
||||
image: busybox:1.35.0
|
||||
command: []
|
||||
args: []
|
||||
namespace: default
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
labels: {}
|
||||
portForwardAddress: localhost
|
||||
thresholds:
|
||||
cpu:
|
||||
critical: 90
|
||||
warn: 70
|
||||
memory:
|
||||
critical: 90
|
||||
warn: 70
|
||||
screenDumpDir: /data/data/com.termux.nix/files/usr/tmp/k9s-screens-nix-on-droid
|
||||
Loading…
Add table
Add a link
Reference in a new issue