mirror of
https://github.com/D4M13N-D3V/comissions-app-argocd.git
synced 2025-03-14 08:15:00 +00:00
updat eenvironment variables
This commit is contained in:
parent
91d65e056e
commit
0fab14af7d
@ -36,6 +36,17 @@ spec:
|
|||||||
{{- 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: AUTH0_ISSUER_BASE_URL
|
||||||
|
value: '{{ .Values.auth0.issuerBaseUrl }}'
|
||||||
|
- name: AUTH0_CLIENT_ID
|
||||||
|
value: '{{ .Values.auth0.clientId }}'
|
||||||
|
- name: AUTH0_CLIENT_SECRET
|
||||||
|
value: '{{ .Values.auth0.clientSecret }}'
|
||||||
|
- name: AUTH0_BASE_URL
|
||||||
|
value: '{{ .Values.auth0.baseUrl }}'
|
||||||
|
- name: AUTH0_SECRET
|
||||||
|
value: '{{ .Values.auth0.clientSecret }}'
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: {{ .Values.service.port }}
|
containerPort: {{ .Values.service.port }}
|
||||||
|
@ -71,6 +71,17 @@ resources: {}
|
|||||||
# cpu: 100m
|
# cpu: 100m
|
||||||
# memory: 128Mi
|
# memory: 128Mi
|
||||||
|
|
||||||
|
auth0:
|
||||||
|
issuerBaseUrl: "https://dev-12mb5yq82dow1twh.us.auth0.com"
|
||||||
|
clientId: "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna"
|
||||||
|
clientSecret: "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd"
|
||||||
|
baseUrl: "https://development.comissions.app"
|
||||||
|
|
||||||
|
# AUTH0_ISSUER_BASE_URL="https://dev-12mb5yq82dow1twh.us.auth0.com"
|
||||||
|
# AUTH0_CLIENT_ID="avpoVGBxJfr15m6d3BfTzsEH4v3yBXna"
|
||||||
|
# AUTH0_CLIENT_SECRET="rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd"
|
||||||
|
# AUTH0_BASE_URL="http://localhost:3000"
|
||||||
|
# AUTH0_SECRET="VX5LKeGHeaqKsgNz8Kn1gQ7MSHmwrXJdC2DMjVY82_YHjiRqdPrVNpFFkXBZy8yh"
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
{
|
|
||||||
"deployment": {
|
|
||||||
"argocd": {
|
|
||||||
"project": "comissions.app"
|
|
||||||
},
|
|
||||||
"cluster": {
|
|
||||||
"name": "in-cluster",
|
|
||||||
"namespace": "comissions-dev",
|
|
||||||
"address": "https://kubernetes.default.svc"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"apps": {
|
|
||||||
"core-api": {
|
|
||||||
"version" : "latest",
|
|
||||||
"image": "ghcr.io/comissions-app/core-api",
|
|
||||||
"ingress":{
|
|
||||||
"host": "core-api.comissions-dev.com"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
33
dev/.config/development.json
Normal file
33
dev/.config/development.json
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
{
|
||||||
|
"deployment": {
|
||||||
|
"argocd": {
|
||||||
|
"project": "comissions.app"
|
||||||
|
},
|
||||||
|
"cluster": {
|
||||||
|
"name": "in-cluster",
|
||||||
|
"namespace": "comissions-dev",
|
||||||
|
"address": "https://kubernetes.default.svc"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"apps": {
|
||||||
|
"core-api": {
|
||||||
|
"version" : "latest",
|
||||||
|
"ingress":{
|
||||||
|
"host": "core-api.comissions.dev"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"ui" : {
|
||||||
|
"version" : "latest",
|
||||||
|
"ingress":{
|
||||||
|
"host": "ui.comissions.dev"
|
||||||
|
},
|
||||||
|
"auth0":{
|
||||||
|
"issuerBaseUrl" : "https://dev-12mb5yq82dow1twh.us.auth0.com",
|
||||||
|
"clientId" : "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna",
|
||||||
|
"clientSecret" : "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd",
|
||||||
|
"baseUrl" : "https://development.comissions.app",
|
||||||
|
"secret" : "VX5LKeGHeaqKsgNz8Kn1gQ7MSHmwrXJdC2DMjVY82_YHjiRqdPrVNpFFkXBZy8yh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -23,7 +23,11 @@ spec:
|
|||||||
path: charts/ui
|
path: charts/ui
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
|
auth0:
|
||||||
|
issuerBaseUrl: "https://dev-12mb5yq82dow1twh.us.auth0.com"
|
||||||
|
clientId: "avpoVGBxJfr15m6d3BfTzsEH4v3yBXna"
|
||||||
|
clientSecret: "rCbTzrXdwZermb-N2GGqnCVI8YSTa32CA3GtuqZcmDRA6X0OGQGyiP4cRkhBSIsd"
|
||||||
|
baseUrl: "https://development.comissions.app"
|
||||||
|
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/comissions-app/ui
|
repository: ghcr.io/comissions-app/ui
|
||||||
|
Loading…
x
Reference in New Issue
Block a user