Skip to content

Commit

Permalink
Hot fix pg setup (#77)
Browse files Browse the repository at this point in the history
Co-authored-by: amber <>
  • Loading branch information
z1yoon authored Nov 10, 2024
1 parent a1f74a5 commit 79cfd74
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 7 deletions.
3 changes: 2 additions & 1 deletion envs/account-postgres.env.gpg
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
� ao )�{k�ҋ� �ş���k�2��%y���'��Gh�Y�xD��/����P?"#G���dZ���6��3�H�6�-�v�O���#��8]NU�+2R��!�<�:Uѯ�<���%�?T��#FmI ����W:��Ҵ��_u�-K
� ���Ŧ�3��ҋ�q*q�מ����F�>���f��oM���O��d���\�pV1M2J- ���I� P� |
/�<Q�#�m��g^�C�Y��g�O��ޫ܀Q̨<Y@'��o��"P o0��o���ȷZ�A �|��B��ϳΟ
Expand Down
Binary file modified envs/account.env.gpg
Binary file not shown.
Binary file modified envs/currency.env.gpg
Binary file not shown.
Binary file modified envs/ec2.env.gpg
Binary file not shown.
Binary file modified envs/item-mongo.env.gpg
Binary file not shown.
Binary file modified envs/item.env.gpg
Binary file not shown.
Binary file modified envs/notification.env.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion envs/rabbitmq.env.gpg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
� bQ��qXo���b^o���h��q40�c��y��x����z�Uow��8���mA�s���� pl�vp ���M�X���_i@��=@?�����^�)J=��G�,�။
� �]�t3�`]��b���t�^n��ĺ�w�B�0^h0��ƛ�����+���Q�*'��˒#ф�t��Q�&w>�kNP�^ʤj�i1�Hd�R�I�y�wH4J5>�lHQ�묦
Expand Down
Binary file modified envs/web.env.gpg
Binary file not shown.
4 changes: 2 additions & 2 deletions envs/wishlist-mongo.env.gpg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
� �Ԇ:y���ҥ�NvY�@�h��]�xj�YW��PV��R��F��0<A_��nA��v/� �x�
d����愖��7R�5 �Ux1U��Zj���'����b$9�F��~*���t���+�/�w�b�Fŵ����9g�Ɖ$���M�uKLź=R�\����Qy�"��#
� ���Օ@_��Ҩc\ 6O_&�7��+�wf�?�a9/���Yi���/�Y�R�a��/;�88pYZ5���5��'c3����#�,�뙫�8v[�R+V���ѳ�?�c ��<ihpO�χ���D�:>����Y9=�̮9���Z|�o���
齦�M��V]hKQ�j;���U��"N�
Expand Down
Binary file modified envs/wishlist.env.gpg
Binary file not shown.
2 changes: 1 addition & 1 deletion helm/nshm/templates/item-mongo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:

containers:
- name: item-mongo
image: bitnami/mongodb:latest
image: mongo
ports:
- containerPort: 27017
envFrom:
Expand Down
2 changes: 1 addition & 1 deletion helm/nshm/templates/wishlist-mongo/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:

containers:
- name: wishlist-mongo
image: bitnami/mongodb:latest
image: mongo
ports:
- containerPort: 27017
envFrom:
Expand Down
1 change: 0 additions & 1 deletion services/item/database/production/init.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable no-undef */

db.createCollection("items");

db.items.createIndex({ name: "text", description: "text" });

0 comments on commit 79cfd74

Please sign in to comment.