Changed directory structure from the StreifenCheck chart.
This commit is contained in:
6
streifencheck-dev/backend/Chart.yaml
Normal file
6
streifencheck-dev/backend/Chart.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: streifencheck
|
||||
description: A Helm chart for Kubernetes
|
||||
type: application
|
||||
version: 0.15-dev.1
|
||||
appVersion: 0.15-dev.1
|
||||
76
streifencheck-dev/backend/values.yaml
Normal file
76
streifencheck-dev/backend/values.yaml
Normal file
@@ -0,0 +1,76 @@
|
||||
platform: kubernetes
|
||||
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: ""
|
||||
annotations: ""
|
||||
automount: false
|
||||
|
||||
image:
|
||||
repository: gitea.innovation-hub-niedersachsen.de/innohub/streifencheck-dev
|
||||
tag: 0.15-dev.1
|
||||
pullPolicy: IfNotPresent
|
||||
insecure: true
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
service:
|
||||
type: ClusterIP
|
||||
port: 3000
|
||||
annotations: {}
|
||||
|
||||
endpoint: streifencheck.local
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
annotations: {}
|
||||
path: /
|
||||
pathtype: ImplementationSpecific
|
||||
hosts:
|
||||
- streifencheck.innohub.local
|
||||
tls:
|
||||
|
||||
route:
|
||||
enabled: false
|
||||
|
||||
resources:
|
||||
requests:
|
||||
memory: 128Mi
|
||||
cpu: 300m
|
||||
limits:
|
||||
memory: 1Gi
|
||||
cpu: 500m
|
||||
|
||||
nodeSelector: {}
|
||||
tolerations: []
|
||||
affinity: {}
|
||||
|
||||
autoscaling:
|
||||
enabled: true
|
||||
config:
|
||||
minReplicas: 1
|
||||
maxReplicas: 10
|
||||
targetCPUUtilizationPercentage: 80
|
||||
|
||||
deploymentLabels: {}
|
||||
podLabels: {}
|
||||
|
||||
sharedDataFolder:
|
||||
enabled: true
|
||||
path: /daten
|
||||
accessMode: ReadWriteOnce
|
||||
storageClass:
|
||||
resources:
|
||||
requests:
|
||||
storage: 5Gi
|
||||
|
||||
updateStrategy:
|
||||
type: RollingUpdate
|
||||
rollingUpdate:
|
||||
maxUnavailable: 1
|
||||
maxSurge: 1
|
||||
|
||||
podSecurityContext: {}
|
||||
securityContext: {}
|
||||
|
||||
extraDeploy: []
|
||||
Reference in New Issue
Block a user