Skip to content

Commit

Permalink
Merge pull request #30 from opendatadiscovery/fix_service_for_odd_col…
Browse files Browse the repository at this point in the history
…lector

Add port description to odd-collector service
  • Loading branch information
RamanDamayeu committed Dec 14, 2023
2 parents 68114ef + 23a3a13 commit 07e3094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/odd-collector/templates/service.yaml
Expand Up @@ -9,5 +9,10 @@ metadata:
labels:
{{- include "odd-collector.labels" . | nindent 4 }}
spec:
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "odd-collector.selectorLabels" . | nindent 4 }}
1 change: 1 addition & 0 deletions charts/odd-collector/values.yaml
Expand Up @@ -25,6 +25,7 @@ serviceAccount:

service:
annotations: {"eks.amazonaws.com/role-arn": "arn:aws:iam::${ACCOUNT_ID}:role/aws-service-role/ssm.amazonaws.com/AWSServiceRoleForAmazonSSM"}
port: 80

podAnnotations: {}

Expand Down

0 comments on commit 07e3094

Please sign in to comment.