32 lines
462 B
YAML
32 lines
462 B
YAML
replicaCount: 3
|
|
|
|
image:
|
|
repository: registry.nexus.local/nexus-app
|
|
tag: "2.1.0"
|
|
pullPolicy: IfNotPresent
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|
|
|
|
ingress:
|
|
enabled: true
|
|
className: nginx
|
|
host: api.nexus.local
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 250m
|
|
memory: 256Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
|
|
autoscaling:
|
|
enabled: true
|
|
minReplicas: 3
|
|
maxReplicas: 10
|
|
targetCPUUtilizationPercentage: 70
|
|
|
|
podDisruptionBudget:
|
|
minAvailable: 2
|