feat(tdarr-node): Add tdarr-node (#1150)
* Init work for tdarr_node * fix values service * only 1 service, so main it is * change name * underscore -> dash * varrun * disable ro root fs * runas root * also disable ro root fs * fix description * Add a doc file * emptyDir on transcode-cache * fix persistence var names and remove transcode-cache * varrun to questions and update ports for upcoming server * Add transcode-cache as hostpath in questions * sync questions' securitycontext * update doc file
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
# Patterns to ignore when building packages.
|
||||
# This supports shell glob matching, relative path matching, and
|
||||
# negation (prefixed with !). Only one pattern per line.
|
||||
.DS_Store
|
||||
# Common VCS dirs
|
||||
.git/
|
||||
.gitignore
|
||||
.bzr/
|
||||
.bzrignore
|
||||
.hg/
|
||||
.hgignore
|
||||
.svn/
|
||||
# Common backup files
|
||||
*.swp
|
||||
*.bak
|
||||
*.tmp
|
||||
*~
|
||||
# Various IDEs
|
||||
.project
|
||||
.idea/
|
||||
*.tmproj
|
||||
.vscode/
|
||||
# OWNERS file for Kubernetes
|
||||
OWNERS
|
||||
Reference in New Issue
Block a user