first commit

This commit is contained in:
titver968
2025-02-28 12:07:33 +01:00
parent 9df0c66ba9
commit 8e30301c30
7 changed files with 98 additions and 0 deletions

19
charts/tatort/values.yaml Normal file
View File

@@ -0,0 +1,19 @@
image:
repository: "gitea.innohub.local:3000/git/tatort"
tag: "0.0.1"
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 80
ingress:
enabled: false
className: ""
annotations: {}
hosts:
- host: tatort.local
paths:
- path: /
pathType: Prefix
tls: []