Change service default to ClusterIP and add helmignore

This commit is contained in:
Matthew Beckett 2020-09-02 21:05:57 +01:00
parent d33df75662
commit 34f8c77a03
No known key found for this signature in database
GPG Key ID: 1DE03C2794E6CFBC
2 changed files with 24 additions and 1 deletions

View File

@ -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/

View File

@ -37,7 +37,7 @@ securityContext: {}
# runAsUser: 1000
service:
type: NodePort
type: ClusterIP
port: 8443
ingress: