mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
fixing env
This commit is contained in:
parent
d6aa8af421
commit
18e942a7b9
@ -31,22 +31,22 @@ spec:
|
|||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
{{- toYaml .Values.podSecurityContext | nindent 8 }}
|
||||||
containers:
|
containers:
|
||||||
env:
|
|
||||||
- name: Database__Host
|
|
||||||
value: '{{ .Values.postgresDatabase }}'
|
|
||||||
- name: Database__Port
|
|
||||||
value: '{{ .Values.postgresUser }}'
|
|
||||||
- name: Database__Database
|
|
||||||
value: '{{ .Values.postgresDatabase }}'
|
|
||||||
- name: Database__username
|
|
||||||
value: '{{ .Values.postgresUser }}'
|
|
||||||
- name: Database__password
|
|
||||||
value: '{{ .Values.postgresPassword }}'
|
|
||||||
- name: {{ .Chart.Name }}
|
- name: {{ .Chart.Name }}
|
||||||
securityContext:
|
securityContext:
|
||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
|
||||||
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
imagePullPolicy: {{ .Values.image.pullPolicy }}
|
||||||
|
env:
|
||||||
|
- name: Database__Host
|
||||||
|
value: '{{ .Values.postgresDatabase }}'
|
||||||
|
- name: Database__Port
|
||||||
|
value: '{{ .Values.postgresUser }}'
|
||||||
|
- name: Database__Database
|
||||||
|
value: '{{ .Values.postgresDatabase }}'
|
||||||
|
- name: Database__username
|
||||||
|
value: '{{ .Values.postgresUser }}'
|
||||||
|
- name: Database__password
|
||||||
|
value: '{{ .Values.postgresPassword }}'
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user