tatort.fullname
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
@@ -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 }}
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user