Fix pod naming / matching for the job -> service

This commit is contained in:
Nico Schottelius 2021-06-19 20:18:29 +02:00
parent abef1d9c38
commit c918e3f002
3 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes # This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.2 version: 0.1.3
# This is the version number of the application being deployed. This version number should be # This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to # incremented each time you make changes to the application. Versions are not expected to

View File

@ -7,7 +7,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: {{ .Release.Name }}-tls1-nginx app: {{ .Release.Name }}
spec: spec:
restartPolicy: Never restartPolicy: Never
containers: containers:

View File

@ -11,7 +11,7 @@ spec:
template: template:
metadata: metadata:
labels: labels:
app: {{ .Release.Name }}-nginx app: {{ .Release.Name }}
spec: spec:
containers: containers:
- name: nginx - name: nginx
@ -51,4 +51,4 @@ spec:
- port: 443 - port: 443
name: https name: https
selector: selector:
app: {{ .Release.Name }}-nginx app: {{ .Release.Name }}