mirror of
https://github.com/Dannecron/netology-devops-gw-infra.git
synced 2025-12-25 23:32:35 +03:00
[simple-app-helm] add APP_VERSION env
This commit is contained in:
@@ -25,6 +25,9 @@ spec:
|
||||
ports:
|
||||
- name: web
|
||||
containerPort: 80
|
||||
env:
|
||||
- name: APP_VERSION
|
||||
value: {{ .Values.image.tag | default .Chart.AppVersion }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
terminationGracePeriodSeconds: 30
|
||||
|
||||
Reference in New Issue
Block a user