Skip to content

Commit

Permalink
feat: add httproute filters
Browse files Browse the repository at this point in the history
  • Loading branch information
franklinkim committed Jan 31, 2025
1 parent 736ce21 commit 9162cf3
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 15 deletions.
2 changes: 1 addition & 1 deletion charts/contentserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ annotations:
- name: Image Source
url: https://github.com/foomo/contentserver
version: 0.2.0
version: 0.2.1
appVersion: 1.11.2
2 changes: 1 addition & 1 deletion charts/contentserver/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# contentserver

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.11.2](https://img.shields.io/badge/AppVersion-1.11.2-informational?style=flat-square)

Helm chart for the foomo Content Server.

Expand Down
3 changes: 3 additions & 0 deletions charts/contentserver/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "contentserver.fullname" $ }}
port: {{ .port }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ annotations:
url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-gtm
- name: GTM Changelog
url: https://developers.google.com/tag-platform/tag-manager/server-side/release-notes
version: 0.2.0
version: 0.2.1
appVersion: 2.4.0
2 changes: 1 addition & 1 deletion charts/sesamy-gtm/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sesamy-gtm

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.4.0](https://img.shields.io/badge/AppVersion-2.4.0-informational?style=flat-square)

Helm chart for the Sesamy GTM tagging & preview service.

Expand Down
3 changes: 3 additions & 0 deletions charts/sesamy-gtm/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "sesamy.gtm.fullname" $ }}-{{ $svcName }}
port: {{ .port }}
Expand Down
2 changes: 1 addition & 1 deletion charts/sesamy-umami/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ annotations:
url: https://github.com/foomo/helm-charts/tree/main/charts/sesamy-umami
- name: Umami Source
url: https://github.com/umami-software/umami
version: 0.1.0
version: 0.1.1
appVersion: 2.15.1
2 changes: 1 addition & 1 deletion charts/sesamy-umami/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# sesamy-umami

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.15.1](https://img.shields.io/badge/AppVersion-2.15.1-informational?style=flat-square)

Helm chart for the Sesamy Umami integration.

Expand Down
3 changes: 3 additions & 0 deletions charts/sesamy-umami/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "sesamy.umami.fullname" $ }}
port: {{ .port }}
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-keel-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ annotations:
- name: Chart Source
url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-keel-server
version: 0.3.0
appVersion: 0.3.0
version: 0.3.1
appVersion: 0.3.1
2 changes: 1 addition & 1 deletion charts/squadron-keel-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# squadron-keel-server

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.0](https://img.shields.io/badge/AppVersion-0.3.0-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.3.1](https://img.shields.io/badge/AppVersion-0.3.1-informational?style=flat-square)

Squadron Keel Server Chart

Expand Down
3 changes: 3 additions & 0 deletions charts/squadron-keel-server/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "keel.server.fullname" $ }}
port: {{ .port }}
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-nextjs-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ annotations:
- name: Chart Source
url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-nextjs-server
version: 0.2.0
appVersion: 0.2.0
version: 0.2.1
appVersion: 0.2.1
2 changes: 1 addition & 1 deletion charts/squadron-nextjs-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# squadron-nextjs-server

![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.0](https://img.shields.io/badge/AppVersion-0.2.0-informational?style=flat-square)
![Version: 0.2.1](https://img.shields.io/badge/Version-0.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.2.1](https://img.shields.io/badge/AppVersion-0.2.1-informational?style=flat-square)

Squadron NextJS Server Chart

Expand Down
3 changes: 3 additions & 0 deletions charts/squadron-nextjs-server/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "nextjs.server.fullname" $ }}
port: {{ .port }}
Expand Down
4 changes: 2 additions & 2 deletions charts/squadron-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ annotations:
- name: Chart Source
url: https://github.com/foomo/helm-charts/tree/main/charts/squadron-server
version: 0.1.0
appVersion: 0.1.0
version: 0.1.1
appVersion: 0.1.1
2 changes: 1 addition & 1 deletion charts/squadron-server/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# squadron-server

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)

Squadron General Server Chart

Expand Down
3 changes: 3 additions & 0 deletions charts/squadron-server/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ spec:
- path:
type: {{ default .pathType "PathPrefix" }}
value: {{ .path }}
{{- with .filters }}
filters: {{ toYaml . | nindent 8 }}
{{- end }}
backendRefs:
- name: {{ include "squadron.server.fullname" $ }}
port: {{ .port }}
Expand Down

0 comments on commit 9162cf3

Please sign in to comment.