UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 59fda8c2 authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Merge branch 'minio-communications-update' into 'master'

Minio communications update

See merge request platform-one/big-bang/bigbang!1121
parents b8d49c33 7679c8de
No related branches found
No related tags found
2 merge requests!1386Master,!1121Minio communications update
Pipeline #587490 passed
...@@ -10,7 +10,10 @@ domain: {{ $domainName }} ...@@ -10,7 +10,10 @@ domain: {{ $domainName }}
istio: istio:
enabled: {{ .Values.istio.enabled }} enabled: {{ .Values.istio.enabled }}
virtualService: # this key is non-standard and needs to be fixed in the package console:
gateways:
- istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
api:
gateways: gateways:
- istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }} - istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
......
...@@ -610,7 +610,7 @@ addons: ...@@ -610,7 +610,7 @@ addons:
git: git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart" path: "./chart"
tag: "4.2.3-bb.6" tag: "4.2.3-bb.8"
# -- Flux reconciliation overrides specifically for the Minio Package # -- Flux reconciliation overrides specifically for the Minio Package
flux: {} flux: {}
......
...@@ -808,7 +808,7 @@ addons: ...@@ -808,7 +808,7 @@ addons:
cypress: cypress:
artifacts: true artifacts: true
envs: envs:
cypress_url: 'http://minio.bigbang.dev/login' cypress_url: 'https://minio.bigbang.dev/login'
secretEnvs: secretEnvs:
- name: cypress_secretkey - name: cypress_secretkey
valueFrom: valueFrom:
...@@ -823,8 +823,8 @@ addons: ...@@ -823,8 +823,8 @@ addons:
scripts: scripts:
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2021-09-02T09-21-27Z image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2021-09-02T09-21-27Z
envs: envs:
MINIO_PORT: '80' MINIO_PORT: ''
MINIO_HOST: 'http://minio' MINIO_HOST: 'https://minio-api.bigbang.dev'
secretEnvs: secretEnvs:
- name: SECRET_KEY - name: SECRET_KEY
valueFrom: valueFrom:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment