Skip to content

Commit

Permalink
feat: add queue system URL
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Nov 5, 2023
1 parent 8ab36a7 commit d0dceac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/kubernetes/ticketing-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ spec:
value: "{{ .Values.backend.environment }}"
- name: PORT
value: "{{ .Values.backend.port }}"
- name: QUEUE_SERVER_URL
value: "{{ .Values.queuing_system.URL }}"
- name: MYSQL_USERNAME
valueFrom:
secretKeyRef:
Expand Down
2 changes: 2 additions & 0 deletions src/kubernetes/ticketing-chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ redis:


queuing_system:
URL: http://development-ticketing-application-queuing-api.default.svc.cluster.local:8080

image:
repository: 213060417361.dkr.ecr.ap-northeast-2.amazonaws.com/ticketing-queuing-ecr
pullPolicy: Always
Expand Down

0 comments on commit d0dceac

Please sign in to comment.