From 46e7a1e7758afd861b263e3c63e5f1ab0e1cfd9c Mon Sep 17 00:00:00 2001 From: Rub21 Date: Tue, 7 May 2024 18:00:24 -0500 Subject: [PATCH] Add column in_rel for osm_place_points, in case point=label in a bounduary relation --- osm-seed/templates/taginfo/taginfo-deployment.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/osm-seed/templates/taginfo/taginfo-deployment.yaml b/osm-seed/templates/taginfo/taginfo-deployment.yaml index 03230cbb..69072f13 100644 --- a/osm-seed/templates/taginfo/taginfo-deployment.yaml +++ b/osm-seed/templates/taginfo/taginfo-deployment.yaml @@ -34,12 +34,12 @@ spec: - name: http containerPort: 80 protocol: TCP - livenessProbe: - httpGet: - path: / - port: 80 - initialDelaySeconds: 120 - timeoutSeconds: 60 + # livenessProbe: + # httpGet: + # path: / + # port: 80 + # initialDelaySeconds: 120 + # timeoutSeconds: 60 {{- if .Values.taginfo.resources.enabled }} resources: requests: