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:
44 labels :
55 {{- include "cortex-tenant.labels" . | nindent 4 }}
66 name : {{ include "cortex-tenant.fullname" . }}
7+ annotations :
8+ {{- toYaml .Values.service.annotations | nindent 4 }}
79spec :
810 type : {{ .Values.service.type }}
911 ports :
Original file line number Diff line number Diff line change 6464 " LoadBalancer"
6565 ]
6666 },
67+
68+ "annotations" : {
69+ "type" : " object" ,
70+ "title" : " Annotations" ,
71+ "description" : " Annotations for the service"
72+ },
6773 "port" : {
6874 "type" : " integer" ,
6975 "title" : " Port" ,
Original file line number Diff line number Diff line change 1717 # - myRegistryKeySecretName
1818
1919service :
20+ annotations : {}
2021 # -- The type of service
2122 type : ClusterIP
2223 # -- The port on which the service listens for traffic
You can’t perform that action at this time.
0 commit comments