Skip to content

Commit

Permalink
Update ingress section with labels and port configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdots committed Dec 4, 2024
1 parent 6382b30 commit eba45c9
Showing 1 changed file with 4 additions and 24 deletions.
28 changes: 4 additions & 24 deletions charts/app-template/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ ingress:
enabled: false
# -- Ingress class name
className: ""
# -- Additional ingress labels
labels: {}
# -- Ingress annotations
annotations: {}
# -- Ingress hosts configuration
Expand All @@ -137,17 +139,15 @@ ingress:
paths:
- path: /
pathType: ImplementationSpecific
# -- Optional port number override for this path
port: ""
# -- Ingress TLS configuration
tls: []

## Autoscaling configuration
autoscaling:
# -- Enable horizontal pod autoscaling
enabled: false
# -- Additional HPA labels
labels: {}
# -- HPA annotations
annotations: {}
# -- Minimum replicas
minReplicas: 1
# -- Maximum replicas
Expand All @@ -156,26 +156,6 @@ autoscaling:
targetCPUUtilizationPercentage: 80
# -- Target memory utilization percentage
targetMemoryUtilizationPercentage: 80
# -- Additional custom metrics for scaling
metrics: []
# -- Scaling behavior configuration
behavior:
scaleDown:
stabilizationWindowSeconds: 300
policies:
- type: Percent
value: 100
periodSeconds: 15
scaleUp:
stabilizationWindowSeconds: 0
policies:
- type: Percent
value: 100
periodSeconds: 15
- type: Pods
value: 4
periodSeconds: 15
selectPolicy: Max

## Pod disruption budget configuration
podDisruptionBudget:
Expand Down

0 comments on commit eba45c9

Please sign in to comment.