beim wekan gespickt

This commit is contained in:
titver968
2025-03-04 13:44:47 +01:00
parent c358c0ece4
commit c71a96534d
2 changed files with 152 additions and 76 deletions

103
tatort/values.bak Normal file
View File

@@ -0,0 +1,103 @@
replicaCount: 1
image:
repository: "https://gitea.innohub.local:3000/innohub/k3s/raw/main/tatort/"
tag: "0.0.1"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount:
# Specifies whether a service account should be created
create: true
# Automatically mount a ServiceAccount's API credentials?
automount: true
# Annotations to add to the service account
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "tatort"
podAnnotations: {}
podLabels: {}
podSecurityContext: {}
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service:
name: "tatort"
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: tatort.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
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
autoscaling:
enabled: false
minReplicas: 1
maxReplicas: 100
targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition.
volumeMounts: []
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
tolerations: []
affinity: {}

View File

@@ -1,103 +1,76 @@
replicaCount: 1 platform: kubernetes
image:
repository: "https://gitea.innohub.local:3000/innohub/k3s/raw/main/tatort/"
tag: "0.0.1"
pullPolicy: IfNotPresent
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
serviceAccount: serviceAccount:
# Specifies whether a service account should be created
create: true create: true
# Automatically mount a ServiceAccount's API credentials? name: ""
automount: true annotations: ""
# Annotations to add to the service account automount: false
annotations: {}
# The name of the service account to use.
# If not set and create is true, a name is generated using the fullname template
name: "tatort"
podAnnotations: {} image:
podLabels: {} repository: https://gitea.innohub.local:3000/innohub/k3s/raw/main/tatort
tag: v0.0.1
pullPolicy: IfNotPresent
podSecurityContext: {} replicaCount: 1
# fsGroup: 2000
securityContext: {}
# capabilities:
# drop:
# - ALL
# readOnlyRootFilesystem: true
# runAsNonRoot: true
# runAsUser: 1000
service: service:
name: "tatort"
type: ClusterIP type: ClusterIP
port: 80 port: 80
annotations: {}
endpoint: tatort.local
ingress: ingress:
enabled: false enabled: true
className: ""
annotations: {} annotations: {}
# kubernetes.io/ingress.class: nginx # kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true" # kubernetes.io/tls-acme: "true"
hosts: path: /
- host: tatort.local pathtype: ImplementationSpecific
paths: hosts: [ tatort.local ]
- path: /
pathType: ImplementationSpecific
tls: [] tls: []
# - secretName: chart-example-tls
# hosts:
# - chart-example.local
resources: {} route:
# We usually recommend not to specify default resources and to leave this as a conscious enabled: false
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
livenessProbe: resources:
httpGet: requests:
path: / memory: 128Mi
port: http cpu: 300m
readinessProbe: limits:
httpGet: memory: 1Gi
path: / cpu: 500m
port: http
nodeSelector: {}
tolerations: []
affinity: {}
autoscaling: autoscaling:
enabled: false enabled: true
minReplicas: 1 minReplicas: 1
maxReplicas: 100 maxReplicas: 10
targetCPUUtilizationPercentage: 80 targetCPUUtilizationPercentage: 80
# targetMemoryUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80
# Additional volumes on the output Deployment definition. deploymentLabels: {}
volumes: [] podLabels: {}
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition. sharedDataFolder:
volumeMounts: [] enabled: true
# - name: foo path: /daten
# mountPath: "/etc/foo" accessMode: ReadWriteOnce
# readOnly: true storageClass:
resources:
requests:
storage: 5Gi
nodeSelector: {} updateStrategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 1
tolerations: [] podSecurityContext: {}
securityContext: {}
affinity: {} extraDeploy: []