172 похожих чатов

Парни, привет. Вопрос по ArgoCD. Родительский values.yaml чарта helm_new # Имя стенда проекта stand:

""

replicaCount: ""

image:
repository: nginx
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: ""

### INGRESS ############################
ingress1:
entrypoints: ""
port: 80

ingress2:
enabled: false
entrypoints: ""
port: ""

middlewares:
enabled: false
### КОНЕЦ. INGRESS ######################

Дочерний values.yaml:
helm_new:
stand: front-office-admin-panel-dev
replicaCount: 3
ingress1:
entrypoints: adm
port: 80
image:
repository: nexus.domain.ru:8444/adm/admin-panel/front-office-admin-panel
tag: develop-argocd

И собственно сам Application
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: front-office-admin-panel-dev
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/alias_image1.helm.image-name: helm_new.image.repository
argocd-image-updater.argoproj.io/alias_image1.helm.image-tag: helm_new.image.tag
argocd-image-updater.argoproj.io/alias_image1.update-strategy: digest
argocd-image-updater.argoproj.io/image-list: alias_image1=nexus.domain.ru:8444/adm/admin-panel/front-office-admin-panel:develop-argocd
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/git-creds

spec:
project: default
source:
repoURL: 'https://gitlab.domain.ru/adm/admin-panel.git'
path: ./kube/helm/dev
targetRevision: develop-argocd
helm:
valueFiles:
- values.yaml
destination:
server: 'https://kubernetes.default.svc'
namespace: demo-app
syncPolicy:
automated:
prune: true
selfHeal: true


На выходе создается под с:
stand: front-office-admin-panel-dev
replicaCount: 3
ingress1:
entrypoints: adm
port: 80
image:
repository: nexus.domain.ru:8444/adm/admin-panel/front-office-admin-panel
tag: develop-argocd

Но вот реплика всегда одна!

Не могу понять. почему не подхватывается переменная replicaCount?

В самом deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Values.stand }}-deployment
labels:
stand: {{ .Values.stand }}
spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}

Автоскейлинг - false

2 ответов

25 просмотров

покажи chart.yaml - как ты там указываешь зависимости

Maksimus Ulibikus- Автор вопроса
Aleksey Lazarev
покажи chart.yaml - как ты там указываешь зависимо...

--- apiVersion: v2 name: subchart-dev type: application version: 1.0.0 appVersion: "1.0.0" dependencies: - name: helm_new version: "1.*.*" repository: "https://nexus.domain.ru/repository/helm-hosted"

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
program test; {$mode delphi} procedure proc(v: int32); overload; begin end; procedure proc(v: int64); overload; begin end; var x: uint64; begin proc(x); end. Уж не знаю...
notme
6
Как передать управляющий символ в открытую через CreateProcess консоль? Собсна, есть процедура: procedure TRedirectThread.WriteData(Data: OEMString); var Written: Cardinal;...
Serjone
5
вы делали что-то подобное и как? может есть либы готовые? увидел картинку нокода, где всё линиями соединено и стало интересно попробовать то же в ddl на lua сделать. решил с ч...
Victor
8
Ребят в СИ можно реализовать ООП?
Николай
33
Подскажите пожалуйста, как в CustomDrawCell(Sender: TcxCustomGridTableView; ACanvas: TcxCanvas; AViewInfo: TcxGridTableDataCellViewInfo; var ADone: Boolean); получить наз...
A Z
7
Карта сайта