Skip to content

Commit

Permalink
schulportal-client
Browse files Browse the repository at this point in the history
  • Loading branch information
schulportal-client-gha committed Nov 20, 2024
1 parent 204d994 commit 61c4b28
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 36 deletions.
4 changes: 2 additions & 2 deletions automation/schulportal-client/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
appVersion: SPSH-1342
appVersion: SPSH-941
description: Helm-Chart for schulportal-client
name: schulportal-client
type: application
version: 0.0.0-spsh-1342-20241120-1004
version: 0.0.0-spsh-941-20241120-1010
2 changes: 0 additions & 2 deletions automation/schulportal-client/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ metadata:
labels:
{{- include "common.labels" . | nindent 4 }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
selector:
matchLabels:
app.kubernetes.io/name: {{ template "common.names.name" . }}
Expand Down
26 changes: 0 additions & 26 deletions automation/schulportal-client/templates/hpa.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions automation/schulportal-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ service:
enabled: true
ports:
http: 8080

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 60

0 comments on commit 61c4b28

Please sign in to comment.