Skip to content

Commit

Permalink
feat: add redis obtion
Browse files Browse the repository at this point in the history
  • Loading branch information
junha-ahn committed Nov 15, 2023
1 parent abe457a commit 0ea72d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/kubernetes/ticketing-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ spec:
value: "{{ .Values.backend.port }}"
- name: QUEUE_SERVER_URL
value: "{{ .Values.queuing_system.URL }}"
- name: REDIS_HOST
value: "{{ .Values.queuing_system.config.REDIS_HOST }}"
- name: REDIS_PORT
value: "{{ .Values.queuing_system.config.REDIS_PORT }}"
- name: MYSQL_USERNAME
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 0ea72d4

Please sign in to comment.