Skip to content

Commit b001b2d

Browse files
committed
add service annotations for tilerVisor
1 parent b1d7fb7 commit b001b2d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

osm-seed/templates/tiler-visor/tiler-visor-service.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ metadata:
2020
{{- else }}
2121
fake.annotation: fake
2222
{{- end }}
23+
{{- with .Values.tilerVisor.serviceAnnotations }}
24+
{{- toYaml . | nindent 4 }}
25+
{{- end }}
2326
spec:
2427
type: {{ .Values.serviceType }}
2528
ports:

osm-seed/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ tilerVisor:
452452
image:
453453
name: ''
454454
tag: ''
455+
serviceAnnotations: {}
455456
replicaCount: 1
456457
env:
457458
TILER_VISOR_PROTOCOL: http

0 commit comments

Comments
 (0)