Initial commit - production deployment
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
# Production values for Nominatim geocoding service
|
||||
# Full configuration for production deployment
|
||||
|
||||
# Use official Docker Hub image for production
|
||||
image:
|
||||
repository: "mediagis/nominatim"
|
||||
tag: "4.4"
|
||||
pullPolicy: "IfNotPresent"
|
||||
|
||||
# Single replica for production (can be scaled if needed)
|
||||
replicaCount: 1
|
||||
|
||||
# Init job enabled in production
|
||||
initJob:
|
||||
enabled: true
|
||||
resources:
|
||||
requests:
|
||||
cpu: "4"
|
||||
memory: "8Gi"
|
||||
limits:
|
||||
cpu: "8"
|
||||
memory: "16Gi"
|
||||
|
||||
# Production resources
|
||||
resources:
|
||||
requests:
|
||||
cpu: "1"
|
||||
memory: "2Gi"
|
||||
limits:
|
||||
cpu: "2"
|
||||
memory: "4Gi"
|
||||
|
||||
# Full-size PVCs for production
|
||||
persistence:
|
||||
data:
|
||||
enabled: true
|
||||
size: "50Gi"
|
||||
flatnode:
|
||||
enabled: true
|
||||
size: "20Gi"
|
||||
|
||||
# Production annotations
|
||||
podAnnotations:
|
||||
environment: "production"
|
||||
managed-by: "helm"
|
||||
Reference in New Issue
Block a user