Correct nexus url and set new pass for user. Also add new tags to deployment.
This commit is contained in:
@@ -16,6 +16,8 @@ spec:
|
||||
labels:
|
||||
app: "{{ .Chart.Name }}"
|
||||
stand: "{{ .Values.stand }}"
|
||||
contragentCode: 'WZ01112'
|
||||
billingObject: 'None'
|
||||
spec:
|
||||
{{- if .Values.vault.enabled }}
|
||||
serviceAccountName: "{{ .Values.vault.serviceAccountName }}"
|
||||
|
||||
@@ -8,7 +8,7 @@ stand: {{ stand }}
|
||||
mainContainer:
|
||||
###### Репозиторий
|
||||
image:
|
||||
repository: {{ registryUrl }}/{{ registryContainerName }}
|
||||
repository: "{{ registryUrl }}/{{ imageName }}"
|
||||
tag: {{ version }}
|
||||
containerPort: {{ appPort }}
|
||||
###### Ресурсы
|
||||
|
||||
Reference in New Issue
Block a user