File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ metadata:
4
4
labels :
5
5
{{- include "cortex-tenant.labels" . | nindent 4 }}
6
6
name : {{ include "cortex-tenant.fullname" . }}
7
+ annotations :
8
+ {{- toYaml .Values.service.annotations | nindent 4 }}
7
9
spec :
8
10
type : {{ .Values.service.type }}
9
11
ports :
Original file line number Diff line number Diff line change 64
64
" LoadBalancer"
65
65
]
66
66
},
67
+
68
+ "annotations" : {
69
+ "type" : " object" ,
70
+ "title" : " Annotations" ,
71
+ "description" : " Annotations for the service"
72
+ },
67
73
"port" : {
68
74
"type" : " integer" ,
69
75
"title" : " Port" ,
Original file line number Diff line number Diff line change 17
17
# - myRegistryKeySecretName
18
18
19
19
service :
20
+ annotations : {}
20
21
# -- The type of service
21
22
type : ClusterIP
22
23
# -- The port on which the service listens for traffic
You can’t perform that action at this time.
0 commit comments