Skip to content

Commit

Permalink
Update virtual_service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tlongwell-block authored Jul 30, 2024
1 parent 1dab24e commit efe2f2e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/templates/virtual_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,11 @@ spec:
- to:
- operation:
hosts:
- "{{ .Values.virtualService.host }}"
- "{{ .Values.virtualService.host1 }}"
- "{{ .Values.virtualService.host2 }}"
- "{{ .Values.virtualService.host3 }}"
- "{{ .Values.virtualService.host4 }}"
- "{{ .Values.virtualService.host5 }}"
- from:
- source:
namespaces: ["istio-system"]

0 comments on commit efe2f2e

Please sign in to comment.