platform: kubernetes serviceAccount: create: true name: "" annotations: "" automount: false image: repository: https://gitea.innohub.local:3000/innohub/charts/chart/main/tatort tag: 0.0.1 pullPolicy: IfNotPresent replicaCount: 1 service: type: ClusterIP port: 80 annotations: {} endpoint: tatort.local ingress: enabled: true annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: / pathtype: ImplementationSpecific # hosts: [ tatort.local ] hosts: - host: tatort.local paths: - path: / pathType: ImplementationSpecific 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: []