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 Jan 13, 2025
1 parent 19281e1 commit 8ce92d7
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 57 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-1654
appVersion: SPSH-1377
description: Helm-Chart for schulportal-client
name: schulportal-client
type: application
version: 0.0.0-spsh-1654-20250113-1344
version: 0.0.0-spsh-1377-20250113-1443
1 change: 1 addition & 0 deletions automation/schulportal-client/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ spec:
- name: {{ .Values.containerPorts.name }}
containerPort: {{ .Values.containerPorts.http }}
protocol: TCP

5 changes: 1 addition & 4 deletions automation/schulportal-client/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
tls:
- hosts:
- {{ .Values.frontendHostname }}
ingressClassName: {{ .Values.ingress.ingressClassName }}
rules:
- host: {{ .Values.frontendHostname }}
- host: {{.Values.frontendHostname}}
http:
paths:
- path: {{ .Values.ingress.path }}
Expand Down
26 changes: 0 additions & 26 deletions automation/schulportal-client/templates/ingress2nd.yaml

This file was deleted.

17 changes: 0 additions & 17 deletions automation/schulportal-client/templates/pdb.yaml

This file was deleted.

9 changes: 1 addition & 8 deletions automation/schulportal-client/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ image:
restartPolicy: Always

frontendHostname: ""
frontend2ndHostname: ""

containerSecurityContext:
enabled: true
Expand All @@ -34,8 +33,6 @@ resources:
memory: 200Mi

ingress:
# Only enable if 2nd host name is defined
enabled2nd: false
enabled: true
ingressClassName: nginx
path: /
Expand All @@ -57,8 +54,4 @@ autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 5
targetCPUUtilizationPercentage: 60

podDisruptionBudget:
enabled: true
minAvailable: "60%"
targetCPUUtilizationPercentage: 60

0 comments on commit 8ce92d7

Please sign in to comment.