Skip to content

Commit 972d4d3

Browse files
authored
remove istio components from compass runtime agent charts (#18228)
1 parent 1f3bf38 commit 972d4d3

File tree

2 files changed

+1
-49
lines changed

2 files changed

+1
-49
lines changed

resources/compass-runtime-agent/templates/service.yaml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,4 @@ spec:
1616
controller-tools.k8s.io: "1.0"
1717
ports:
1818
- port: 443
19-
---
20-
apiVersion: v1
21-
kind: Service
22-
metadata:
23-
name: {{ .Chart.Name }}-health
24-
namespace: {{ .Values.global.namespace }}
25-
labels:
26-
release: {{ .Chart.Name }}
27-
helm.sh/chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}
28-
app.kubernetes.io/name: {{ template "name" . }}
29-
app.kubernetes.io/managed-by: {{ .Release.Service }}
30-
app.kubernetes.io/instance: {{ .Release.Name }}
31-
spec:
32-
type: ClusterIP
33-
ports:
34-
- port: {{ .Values.compassRuntimeAgent.healthCheck.port }}
35-
protocol: TCP
36-
name: http-health
37-
- port: {{ .Values.compassRuntimeAgent.healthCheck.proxyStatusPort }}
38-
protocol: TCP
39-
name: proxy-status
40-
selector:
41-
app: {{ .Chart.Name }}
42-
release: {{ .Release.Name }}
19+

resources/compass-runtime-agent/templates/virtualservice.yaml

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)