Skip to content

Commit

Permalink
Helm: make webapp container port configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
kolorful authored Jul 31, 2023
1 parent 93a5c40 commit 16628ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/airbyte-webapp/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ spec:
{{- end }}
ports:
- name: http
containerPort: 80
containerPort: {{ .Values.containerHTTPPort }}
protocol: TCP
{{- if .Values.resources }}
resources: {{- toYaml .Values.resources | nindent 10 }}
Expand Down
3 changes: 3 additions & 0 deletions charts/airbyte-webapp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ readinessProbe:
failureThreshold: 3
successThreshold: 1

## webapp.containerHTTPPort HTTP port of the webapp container
containerHTTPPort: 80

## webapp.service.type The service type to use for the webapp service
## webapp.service.port The service port to expose the webapp on
## webapp.service.annotations Annotations for the webapp service resource
Expand Down

0 comments on commit 16628ac

Please sign in to comment.