Skip to content

Commit 34f8c77

Browse files
Change service default to ClusterIP and add helmignore
1 parent d33df75 commit 34f8c77

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

charts/code-server/.helmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Patterns to ignore when building packages.
2+
# This supports shell glob matching, relative path matching, and
3+
# negation (prefixed with !). Only one pattern per line.
4+
.DS_Store
5+
# Common VCS dirs
6+
.git/
7+
.gitignore
8+
.bzr/
9+
.bzrignore
10+
.hg/
11+
.hgignore
12+
.svn/
13+
# Common backup files
14+
*.swp
15+
*.bak
16+
*.tmp
17+
*.orig
18+
*~
19+
# Various IDEs
20+
.project
21+
.idea/
22+
*.tmproj
23+
.vscode/

charts/code-server/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ securityContext: {}
3737
# runAsUser: 1000
3838

3939
service:
40-
type: NodePort
40+
type: ClusterIP
4141
port: 8443
4242

4343
ingress:

0 commit comments

Comments
 (0)