Skip to content

Commit

Permalink
feat: add minio hosts if defined
Browse files Browse the repository at this point in the history
Signed-off-by: Gabor Boros <[email protected]>
  • Loading branch information
gabor-boros committed May 16, 2024
1 parent 2ed227e commit 6e9ed9c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
{%- set tmp = HOSTS.append(MFE_HOST) if MFE_HOST is defined %}
{%- set tmp = HOSTS.append(ECOMMERCE_HOST) if ECOMMERCE_HOST is defined %}
{%- set tmp = HOSTS.append(DISCOVERY_HOST) if DISCOVERY_HOST is defined %}
{%- set tmp = HOSTS.append(MINIO_HOST) if MINIO_HOST is defined %}
{%- set tmp = HOSTS.append(MINIO_CONSOLE_HOST) if MINIO_CONSOLE_HOST is defined %}
{%- for host in HOSTS %}
---
apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 6e9ed9c

Please sign in to comment.