Skip to content

Commit

Permalink
add annotations (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch authored Apr 4, 2024
1 parent fc4b73a commit fc1eb71
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/port-ocean/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-ocean
description: A Helm chart for Port Ocean integrations
type: application
version: 0.1.17
version: 0.1.18
appVersion: "0.1.0"
home: https://getport.io/
sources:
Expand Down
4 changes: 4 additions & 0 deletions charts/port-ocean/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ metadata:
name: {{ include "port-ocean.serviceName" . }}
labels:
{{- include "port-ocean.labels" $ | nindent 4 }}
annotations:
{{- if .Values.service.annotations }}
{{- toYaml .Values.service.annotations | nindent 4 }}
{{- end }}
spec:
type: {{ .Values.service.type }}
ports:
Expand Down
1 change: 1 addition & 0 deletions charts/port-ocean/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ service:
enabled: true
type: ClusterIP
port: 8000
annotations: {}

ingress:
enabled: false
Expand Down

0 comments on commit fc1eb71

Please sign in to comment.