Skip to content

Commit 1f094fe

Browse files
authored
[PHEE-648] Fix AWS s3 status code 404 issue. (#260)
* PHEE-648 Fix AWS s3 status code 404 issue. * review comments addressed * fix extraEnv issue * tst
1 parent 0f33a0b commit 1f094fe

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

helm/g2p-sandbox-fynarfin-SIT/values.yaml

+10-1
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,7 @@ ph-ee-g2psandbox:
153153
enabled: true
154154
image: docker.io/openmf/ph-ee-operations-app:latest
155155
tenants: "rhino,gorilla"
156+
minio_public_host: "http://minio.sandbox.fynarfin.io"
156157
deployment:
157158
annotations:
158159
rollme: "{{ randAlphaNum 5 | quote }}"
@@ -166,7 +167,8 @@ ph-ee-g2psandbox:
166167
service:
167168
name: "ph-ee-operations-app"
168169
port:
169-
number: 80
170+
number: 80
171+
170172

171173
operations_web:
172174
enabled: true
@@ -458,6 +460,13 @@ ph-ee-g2psandbox:
458460
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
459461
hosts:
460462
- minio-console.sandbox.fynarfin.io
463+
ingress:
464+
enabled: true
465+
annotations:
466+
kubernetes.io/ingress.class: "nginx"
467+
nginx.ingress.kubernetes.io/backend-protocol: "HTTP"
468+
hosts:
469+
- minio.sandbox.fynarfin.io
461470
account_mapper:
462471
enabled: true
463472
image: docker.io/openmf/ph-ee-identity-account-mapper:latest

0 commit comments

Comments
 (0)