Skip to content

Commit

Permalink
Merge branch '8gears:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusKepert committed Aug 23, 2021
2 parents e2c41e2 + 9226f41 commit 6ad9203
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
The Helm chart source code location is [github.com/8gears/n8n-helm-chart](https://github.com/8gears/n8n-helm-chart)


8gears Chart Museum location is: [8gears.container-registry.com/harbor/projects/1/helm-charts/n8n/versions](https://8gears.container-registry.com/harbor/projects/1/helm-charts/n8n/versionsex)
8gears Chart Museum location is: [8gears.container-registry.com/harbor/projects/1/helm-charts/n8n/versions](https://8gears.container-registry.com/harbor/projects/1/helm-charts/n8n/versions)


## Requirements
Expand Down Expand Up @@ -189,6 +189,7 @@ securityContext: { }
service:
type: ClusterIP
port: 80
annotations: {}

ingress:
enabled: false
Expand Down
4 changes: 4 additions & 0 deletions templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ metadata:
name: {{ include "n8n.fullname" . }}
labels:
{{- include "n8n.labels" . | nindent 4 }}
{{- with .Values.service.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
1 change: 1 addition & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ securityContext:
service:
type: ClusterIP
port: 80
annotations: {}

ingress:
enabled: false
Expand Down

0 comments on commit 6ad9203

Please sign in to comment.