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 }}
istio:
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:
- istio-system/{{ default "public" .Values.addons.minio.ingress.gateway }}
......
......@@ -610,7 +610,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "4.2.3-bb.6"
tag: "4.2.3-bb.8"
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
......
......@@ -808,7 +808,7 @@ addons:
cypress:
artifacts: true
envs:
cypress_url: 'http://minio.bigbang.dev/login'
cypress_url: 'https://minio.bigbang.dev/login'
secretEnvs:
- name: cypress_secretkey
valueFrom:
......@@ -823,8 +823,8 @@ addons:
scripts:
image: registry1.dso.mil/ironbank/opensource/minio/mc:RELEASE.2021-09-02T09-21-27Z
envs:
MINIO_PORT: '80'
MINIO_HOST: 'http://minio'
MINIO_PORT: ''
MINIO_HOST: 'https://minio-api.bigbang.dev'
secretEnvs:
- name: SECRET_KEY
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