diff --git a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml index f573d614f..46b4f7ed4 100644 --- a/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml +++ b/scripts/helmcharts/openreplay/charts/frontend/templates/ingress.yaml @@ -48,7 +48,7 @@ spec: kind: Service apiVersion: v1 metadata: - name: openreplay-static + name: openreplay-tracker spec: type: ExternalName externalName: static.openreplay.com @@ -56,7 +56,7 @@ spec: apiVersion: networking.k8s.io/v1 kind: Ingress metadata: - name: openreplay-static-ingress + name: openreplay-tracker-ingress annotations: {{- with .Values.ingress.annotations }} {{- toYaml . | nindent 4 }} @@ -85,7 +85,7 @@ spec: pathType: Prefix backend: service: - name: openreplay-static + name: openreplay-tracker port: number: 443 {{- end }}