Skip to content

Commit

Permalink
Change Ingress to be PlatformSpecific for bwprovisioner
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vazquez committed Aug 22, 2024
1 parent 9b4179e commit ed97768
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/bwprovisioner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

apiVersion: v2
name: bwprovisioner
version: 1.2.17
version: 1.2.18
appVersion: "1.2.0"
description: TIBCO Platform Dataplane Capabilty -- BW Provisioner
home: https://github.com/tibco/tp-iapp-bw-provisioner.git
Expand Down
4 changes: 2 additions & 2 deletions charts/bwprovisioner/templates/ingress_public_nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ spec:
name: {{ $fullName }}
port:
number: {{ $.Values.publicApiService.targetPort }}
path: {{ .Values.publicApi.ingress.nginx.pathPrefix }}
pathType: Prefix
path: {{ .Values.publicApi.ingress.nginx.pathPrefix }}/(.*)
pathType: ImplementationSpecific
{{- end }}

0 comments on commit ed97768

Please sign in to comment.