File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,10 @@ metadata:
8686 labels :
8787 {{- include "netris-controller.labels" . | nindent 4 }}
8888 {{- printf "%s-%s" (include "netris-controller.selectorLabels" .) $microservicename | nindent 4 }}
89+ {{- with (index .Values $microservicename).service.annotations }}
90+ annotations :
91+ {{- toYaml . | nindent 4 }}
92+ {{- end }}
8993spec :
9094 type : {{ (index .Values $microservicename).service.type }}
9195 ports :
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ web-service-backend:
9191 type : ClusterIP
9292 port : 80
9393 name : http
94-
94+ annotations : {}
9595
9696 autoscaling :
9797 enabled : false
@@ -118,6 +118,7 @@ web-service-frontend:
118118 type : ClusterIP
119119 port : 80
120120 name : http
121+ annotations : {}
121122
122123 autoscaling :
123124 enabled : false
@@ -142,6 +143,7 @@ grpc:
142143 type : ClusterIP
143144 port : 443
144145 name : grpc
146+ annotations : {}
145147
146148 autoscaling :
147149 enabled : false
@@ -168,6 +170,7 @@ telescope:
168170 name : ws
169171 securePort : 443
170172 securePortName : wss
173+ annotations : {}
171174
172175 autoscaling :
173176 enabled : false
@@ -211,6 +214,7 @@ web-session-generator:
211214 type : ClusterIP
212215 port : 80
213216 name : http
217+ annotations : {}
214218
215219 autoscaling :
216220 enabled : false
@@ -319,7 +323,7 @@ haproxy:
319323 service :
320324 type : LoadBalancer
321325 externalTrafficPolicy : Local
322-
326+ annotations : {}
323327
324328# # Using default values from https://github.com/kiwigrid/helm-charts/tree/master/charts/graphite/values.yaml
325329graphite :
You can’t perform that action at this time.
0 commit comments