tatort.fullname

This commit is contained in:
titver968
2025-03-04 12:33:57 +01:00
parent 375e4fa1be
commit 5a6f5f627c
4 changed files with 6 additions and 6 deletions

View File

@@ -2,5 +2,5 @@ apiVersion: v2
name: tatort name: tatort
description: A Helm chart for Kubernetes description: A Helm chart for Kubernetes
type: application type: application
version: 0.1.0 version: "0.1.0"
appVersion: "0.0.1" appVersion: "0.0.1"

View File

@@ -1,9 +1,9 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: {{ include "tatort,fullname" . }} name: {{ include "tatort.fullname" . }}
labels: labels:
{{- include "tatort,labels" . | nindent 4 }} {{- include "tatort.labels" . | nindent 4 }}
spec: spec:
{{- if not .Values.autoscaling.enabled }} {{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }} replicas: {{ .Values.replicaCount }}

View File

@@ -1,7 +1,7 @@
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
name: {{ include tatort.fullname . }} name: {{ include "tatort.fullname" . }}
labels: labels:
{{- include "tatort.labels" . | nindent 4 }} {{- include "tatort.labels" . | nindent 4 }}
spec: spec:

View File

@@ -6,8 +6,8 @@ image:
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
imagePullSecrets: [] imagePullSecrets: []
nameOverride: "" nameOverride: "tatort"
fullnameOverride: "" fullnameOverride: "tatort"
serviceAccount: serviceAccount:
# Specifies whether a service account should be created # Specifies whether a service account should be created