diff --git a/charts/app-template/values.yaml b/charts/app-template/values.yaml index 1ffbecd..a263e65 100644 --- a/charts/app-template/values.yaml +++ b/charts/app-template/values.yaml @@ -129,6 +129,8 @@ ingress: enabled: false # -- Ingress class name className: "" + # -- Additional ingress labels + labels: {} # -- Ingress annotations annotations: {} # -- Ingress hosts configuration @@ -137,6 +139,8 @@ ingress: paths: - path: / pathType: ImplementationSpecific + # -- Optional port number override for this path + port: "" # -- Ingress TLS configuration tls: [] @@ -144,10 +148,6 @@ ingress: autoscaling: # -- Enable horizontal pod autoscaling enabled: false - # -- Additional HPA labels - labels: {} - # -- HPA annotations - annotations: {} # -- Minimum replicas minReplicas: 1 # -- Maximum replicas @@ -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: