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 Dec 9, 2024
1 parent 20618ec commit 49f364d
Show file tree
Hide file tree
Showing 5 changed files with 4 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: release-0101
appVersion: spsh-1387
description: Helm-Chart for schulportal-client
name: schulportal-client
type: application
version: 0.0.0-release-0101-20241209-1244
version: 0.0.0-spsh-1387-20241209-1306
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: "80%"
targetCPUUtilizationPercentage: 60

0 comments on commit 49f364d

Please sign in to comment.