Skip to content

Commit

Permalink
Reverting back previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 authored Jun 27, 2024
1 parent b77d390 commit bf4c19e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
apiVersion: networking.istio.io/v1alpha3
kind: VirtualService
metadata:
name: {{ include "postgresql.primary.fullname" .Subcharts.odoo.Subcharts.postgresql }}
name: {{ include "postgresql.v1.primary.fullname" .Subcharts.odoo.Subcharts.postgresql }}
labels: {{ include "common.labels.standard" (dict "customLabels" .Values.odoo.postgresql.commonLabels "context" .Subcharts.odoo.Subcharts.postgresql) | nindent 4 }}
{{- if .Values.odoo.postgresql.commonAnnotations }}
annotations: {{ include "common.tplvalues.render" (dict "value" .Values.odoo.postgresql.commonAnnotations "context" $) | nindent 4 }}
Expand All @@ -14,7 +14,7 @@ spec:
hosts:
- {{ default .Values.hostname .Values.odoo.postgresql.istio.virtualservice.host | quote }}
gateways:
- {{ default (include "postgresql.primary.fullname" .Subcharts.odoo.Subcharts.postgresql) .Values.odoo.postgresql.istio.virtualservice.gateway }}
- {{ default (include "postgresql.v1.primary.fullname" .Subcharts.odoo.Subcharts.postgresql) .Values.odoo.postgresql.istio.virtualservice.gateway }}
tcp:
- match:
- port: {{ .Values.odoo.postgresql.istio.virtualservice.matchPort }}
Expand Down

0 comments on commit bf4c19e

Please sign in to comment.