Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ spec:
envFrom:
- configMapRef:
name: {{ $configmapName }}
imagePullPolicy: "Always"
imagePullPolicy: {{ .Values.imagePullPolicy }}
ports:
- name: http
containerPort: 8080
Expand Down
7 changes: 4 additions & 3 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mclabels:
gisDomain: raster
prometheus:
enabled: true
port: 8080
port: 9500

enabled: true
environment: development
Expand All @@ -50,6 +50,7 @@ initialDelaySeconds: 60
nodePort: 30011
resetOnConfigChange: true
isExporter: false
imagePullPolicy: IfNotPresent

cloudProvider:
dockerRegistryUrl: 'my-registry'
Expand Down Expand Up @@ -108,10 +109,10 @@ env:
taskType: 'tilesMerging'
- jobType: 'Ingestion_New'
taskType: 'tilesMerging'
pollingTime: 1000
pollingTime: 3000
maxAttempts: 3
heartbeat:
intervalMs: 300
intervalMs: 3000
HTTP:
retries: 2
logging:
Expand Down
Loading