Skip to content

Commit

Permalink
hotfix auth service
Browse files Browse the repository at this point in the history
  • Loading branch information
andricDu committed Aug 22, 2023
1 parent 1e47407 commit 5813437
Show file tree
Hide file tree
Showing 4 changed files with 201 additions and 191 deletions.
2 changes: 1 addition & 1 deletion auth-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.0.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions auth-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ spec:
# basic app setup
- name: APP_NAME
value: {{ .Values.appConfig.APP_NAME | quote }}
- name: HOST
value: {{ .Values.appConfig.HOST | quote }}
- name: HOST
value: {{ .Values.appConfig.HOST }}
- name: PORT
value: {{ .Values.appConfig.PORT }}
- name: APP_NAME
Expand Down Expand Up @@ -326,7 +326,7 @@ spec:
# basic app setup
- name: APP_NAME
value: {{ .Values.appConfig.APP_NAME | quote }}
- name: HOST
- name: HOST
value: {{ .Values.appConfig.HOST | quote }}
- name: PORT
value: {{ .Values.appConfig.PORT }}
Expand Down
Binary file added docs/auth-service-1.0.1.tgz
Binary file not shown.
Loading

0 comments on commit 5813437

Please sign in to comment.