diff --git a/charts/code-server/.helmignore b/charts/code-server/.helmignore new file mode 100644 index 00000000..0e8a0eb3 --- /dev/null +++ b/charts/code-server/.helmignore @@ -0,0 +1,23 @@ +# 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 +*.orig +*~ +# Various IDEs +.project +.idea/ +*.tmproj +.vscode/ diff --git a/charts/code-server/values.yaml b/charts/code-server/values.yaml index ebbdbc16..40874111 100644 --- a/charts/code-server/values.yaml +++ b/charts/code-server/values.yaml @@ -37,7 +37,7 @@ securityContext: {} # runAsUser: 1000 service: - type: NodePort + type: ClusterIP port: 8443 ingress: