File tree Expand file tree Collapse file tree 2 files changed +1
-49
lines changed
resources/compass-runtime-agent/templates Expand file tree Collapse file tree 2 files changed +1
-49
lines changed Original file line number Diff line number Diff line change 16
16
controller-tools.k8s.io : " 1.0"
17
17
ports :
18
18
- 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
+
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments