resources/repositories/templates/registry-tenant-template.git/deploy-templates/istio-configuration/templates/140-artifactory-service-entry.yaml (16 lines of code) (raw):
apiVersion: networking.istio.io/v1beta1
kind: ServiceEntry
metadata:
name: artifactory
namespace: {{ .Values.namespace }}
spec:
hosts:
- artifactory.control-plane-nexus
exportTo:
- "."
ports:
- name: http
number: 80
protocol: HTTP
resolution: DNS
location: MESH_INTERNAL