* Add chart for Logitech Media Server * Add SQUEEZE_UID & GID env forms + fix incorrect naming of ports * Add a valid version number * Second attempt to fix the version number :) * Fix line endings, app name in chart and file endings * Add spaces to comments * Fix trailing spaces * Add a default hostPath values for music library and playlists * Add security context and env settings to values.yaml * Updates based on PR Feedback * Make root filesystem writeable * Add HTTP_PORT env to fix the port conflict with traefik * Remove trailing space * Fix schema type mismatch * Remove obsolete HTTP_PORT env var from values. Should come from main service port value. * Attempt to link configuration values together * Simplify by using loadbalancer and envTpl * Re-add targetport to questions * renamed http port back to main * fix wrong HTTP_PORT template redirect * Update charts/incubator/logitech-media-server/SCALE/ix_values.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Update charts/incubator/logitech-media-server/values.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl> * Remove PGID env + split main service * Change digest of docker image * Fix trailing spaces (again)... * Remove target ports from questions.yaml Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
25 lines
402 B
Plaintext
25 lines
402 B
Plaintext
# 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
|