Skip to content

Commit 643c4c1

Browse files
sync with atlan
1 parent 50e6749 commit 643c4c1

File tree

9 files changed

+144
-522
lines changed

9 files changed

+144
-522
lines changed

helm/atlas-read/templates/configmap.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,9 @@ data:
277277
atlas.server.type.cache-refresher=http://cinv.atlas.svc.cluster.local:5000/cinv
278278
atlas.server.type.cache-refresher-health=http://cinv.atlas.svc.cluster.local:5000/health
279279
#### Enabled the configs below as per need if HA is enabled #####
280-
{{- if not (and (.Values.deploy) (.Values.deploy.enabled)) }}
281280
atlas.server.ids=id1,id2
282281
atlas.server.address.id1=atlas-read-0.atlas-read-service-atlas.atlas.svc.cluster.local:21000
283282
atlas.server.address.id2=atlas-read-1.atlas-read-service-atlas.atlas.svc.cluster.local:21000
284-
{{- end }}
285283
atlas.server.ha.zookeeper.connect=zookeeper-0.zookeeper-headless.atlas.svc.cluster.local:2181,zookeeper-1.zookeeper-headless.atlas.svc.cluster.local:2181,zookeeper-2.zookeeper-headless.atlas.svc.cluster.local:2181
286284
atlas.server.ha.zookeeper.retry.sleeptime.ms=10000
287285
atlas.server.ha.zookeeper.num.retries=18

helm/atlas-read/templates/deployment.yaml

Lines changed: 0 additions & 236 deletions
This file was deleted.

helm/atlas-read/templates/statefulset.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- if and (not (and (.Values.deploy) (.Values.deploy.enabled))) (or .Values.global.svcIsolation.enabled (or .Values.global.esIsolation.enabled .Values.global.globalSvcIsolation.enabled)) }}
1+
{{- if or .Values.global.svcIsolation.enabled (or .Values.global.esIsolation.enabled .Values.global.globalSvcIsolation.enabled) }}
22
apiVersion: apps/v1
33
kind: StatefulSet
44
metadata:
@@ -78,6 +78,7 @@ spec:
7878
{{- if .Values.atlas.initContainers }}
7979
{{- toYaml .Values.atlas.initContainers | nindent 8 }}
8080
{{- end }}
81+
serviceAccountName: cinv-sa
8182
containers:
8283
- name: {{ .Chart.Name }}-main
8384
command: [

helm/atlas-read/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ atlas:
315315
scheme: HTTP
316316
failureThreshold: 3
317317
initialDelaySeconds: 30
318-
periodSeconds: 60
318+
periodSeconds: 10
319319
successThreshold: 1
320320
timeoutSeconds: 5
321321

0 commit comments

Comments
 (0)