UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 7679c8de authored by Mark Sanchez's avatar Mark Sanchez Committed by Ryan Garcia
Browse files

Minio communications update

parent b8d49c33
No related branches found
No related tags found
2 merge requests!1386Master,!1121Minio communications update
......@@ -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