Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
olevski committed Apr 12, 2024
1 parent 386d04b commit b4a6bc8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions helm-chart/renku/templates/authz/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ spec:
{{- if not .Values.authz.autoscaling.enabled }}
replicas: {{ .Values.authz.replicaCount }}
{{- end }}
strategy:
type: RollingUpdate
rollingUpdate:
maxSurge: 1
maxUnavailable: 1
selector:
matchLabels:
app: renku-authz
Expand Down
1 change: 0 additions & 1 deletion helm-chart/renku/templates/network-policies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ spec:
namespaceSelector:
matchLabels:
kubernetes.io/metadata.name: {{ .Release.Namespace }}

ports:
- protocol: TCP
port: 5432
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/renku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1624,7 +1624,7 @@ authz:
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 10
maxReplicas: 3
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80

Expand Down

0 comments on commit b4a6bc8

Please sign in to comment.