diff --git a/charts/port-ocean/Chart.yaml b/charts/port-ocean/Chart.yaml index be281cb..bd4136b 100644 --- a/charts/port-ocean/Chart.yaml +++ b/charts/port-ocean/Chart.yaml @@ -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: diff --git a/charts/port-ocean/templates/service.yaml b/charts/port-ocean/templates/service.yaml index df6d509..2438930 100644 --- a/charts/port-ocean/templates/service.yaml +++ b/charts/port-ocean/templates/service.yaml @@ -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: diff --git a/charts/port-ocean/values.yaml b/charts/port-ocean/values.yaml index 5dc4216..679cb24 100644 --- a/charts/port-ocean/values.yaml +++ b/charts/port-ocean/values.yaml @@ -60,6 +60,7 @@ service: enabled: true type: ClusterIP port: 8000 + annotations: {} ingress: enabled: false