Skip to content

Commit

Permalink
Merge pull request #14 from factory24/tasks/add-gateway-to-virtualser…
Browse files Browse the repository at this point in the history
…vice

fix: corrected virtual-service.yml template
  • Loading branch information
samtoya authored Sep 30, 2024
2 parents 13f9cab + 038e57b commit 930f76b
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 7 deletions.
Binary file added flow-helm-chart-0.1.19.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion flow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.18
version: 0.1.19

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 6 additions & 0 deletions flow/templates/virtual-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ metadata:
spec:
hosts:
- {{ .Values.virtualService.host }}
{{ if .Values.virtualService.gateways }}
gateways:
{{- range .Values.virtualService.gateways }}
- {{ . }}
{{- end }}
{{- end }}
{{ if and .Values.virtualService.httpRoutes (not (empty .Values.virtualService.httpRoutes)) }}
http:
{{- range .Values.virtualService.httpRoutes }}
Expand Down
22 changes: 16 additions & 6 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,17 @@ entries:
flow-helm-chart:
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:07:16.459358Z"
created: "2024-09-30T16:27:07.580115Z"
description: A Helm chart for Kubernetes
digest: 84d26aff82459a901373126ad9b804fd9a401034bc34d16144276d4727af6332
name: flow-helm-chart
type: application
urls:
- flow-helm-chart-0.1.19.tgz
version: 0.1.19
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:27:07.57974Z"
description: A Helm chart for Kubernetes
digest: 8214339557d104d204e53023862c59163eefb6dc5b9c6243eb8c119db08b89b5
name: flow-helm-chart
Expand All @@ -13,7 +23,7 @@ entries:
version: 0.1.18
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:07:16.458934Z"
created: "2024-09-30T16:27:07.579181Z"
description: A Helm chart for Kubernetes
digest: 15fd17789bd305a1730693a02af64bc081165890bdaef9707d1f727d9e647e0e
name: flow-helm-chart
Expand All @@ -23,7 +33,7 @@ entries:
version: 0.1.17
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:07:16.458347Z"
created: "2024-09-30T16:27:07.578643Z"
description: A Helm chart for Kubernetes
digest: 9411e484d0ef86dee9cb7c2537115aafa708eaf4ca83f91ae046d9fdf902615d
name: flow-helm-chart
Expand All @@ -33,7 +43,7 @@ entries:
version: 0.1.16
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:07:16.457816Z"
created: "2024-09-30T16:27:07.578065Z"
description: A Helm chart for Kubernetes
digest: 6a03e67609b70106d881a0a213d5a6b023fb655b03a22e72cbb8fc1fca0552bb
name: flow-helm-chart
Expand All @@ -43,12 +53,12 @@ entries:
version: 0.1.15
- apiVersion: v2
appVersion: 1.16.0
created: "2024-09-30T16:07:16.457195Z"
created: "2024-09-30T16:27:07.577457Z"
description: A Helm chart for Kubernetes
digest: 70e15d69083e3f7f34a7c9cf6211f5cb3b0c5a6e40dd01cb5d7de3c825384b31
name: flow-helm-chart
type: application
urls:
- flow-helm-chart-0.1.14.tgz
version: 0.1.14
generated: "2024-09-30T16:07:16.454958Z"
generated: "2024-09-30T16:27:07.576606Z"

0 comments on commit 930f76b

Please sign in to comment.