Skip to content

Commit

Permalink
Change cp proxy to kubernetes service url for BW capability.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbloomfi-tibco committed Aug 21, 2024
1 parent 4b85d83 commit 5c295dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/artifactmanager/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: "cpdpproxy"
- host: "*.prod-tibco-sub-{{ .Values.global.cp.subscriptionId}}.svc.cluster.local"
http:
{{- if $.Values.ingress.hostsOverride -}}
paths:
Expand Down
2 changes: 1 addition & 1 deletion charts/bwprovisioner/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
{{- end }}
rules:
{{- range .Values.ingress.hosts }}
- host: "cpdpproxy"
- host: "*.prod-tibco-sub-{{ .Values.global.cp.subscriptionId}}.svc.cluster.local"
http:
{{- if $.Values.ingress.hostsOverride -}}
paths:
Expand Down

0 comments on commit 5c295dd

Please sign in to comment.