values.yaml

This commit is contained in:
titver968
2025-03-04 12:27:06 +01:00
parent cc88cbac45
commit 375e4fa1be
3 changed files with 6 additions and 29 deletions

View File

@@ -1,14 +1,9 @@
# Default values for ..
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
replicaCount: 1
image:
repository: nginx
repository: https://gitea.innohub.local:3000/innohub/k3s/src/branch/main/tatort
tag: "0.0.1"
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""
imagePullSecrets: []
nameOverride: ""
@@ -23,7 +18,7 @@ serviceAccount:
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: ""
name: "tatort"
podAnnotations: {}
podLabels: {}
@@ -50,7 +45,7 @@ ingress:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
hosts:
- host: chart-example.local
- host: tatort.local
paths:
- path: /
pathType: ImplementationSpecific