Skip to content

Commit

Permalink
Merge pull request #22 from innovation-hub-bergisches-rheinland/sgm-o…
Browse files Browse the repository at this point in the history
…ptimization-service-0.1.1

Sgm optimization service 0.1.1
  • Loading branch information
joerichter authored Oct 7, 2022
2 parents 229a3b2 + 7cc0622 commit a270c5d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/sgm-optimization-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: sgm-optimization-service
description: Rest Interface for Optimization Frontend
type: application
version: 0.1.0
appVersion: "v0.1.0"
version: 0.1.1
appVersion: "v0.1.1"
27 changes: 27 additions & 0 deletions charts/sgm-optimization-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,27 @@ securityContext:
# runAsNonRoot: true
# runAsUser: 1000

service:
type: ClusterIP
port: 8080

ingress:
enabled: false
className: ""
annotations:
{}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local

resources:
{}
# We usually recommend not to specify default resources and to leave this as a conscious
Expand All @@ -60,6 +81,12 @@ resources:
# cpu: 100m
# memory: 128Mi

autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
nodeSelector: {}

tolerations: []
Expand Down

0 comments on commit a270c5d

Please sign in to comment.