File tree 1 file changed +10
-1
lines changed
helm/g2p-sandbox-fynarfin-SIT
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -153,6 +153,7 @@ ph-ee-g2psandbox:
153
153
enabled : true
154
154
image : docker.io/openmf/ph-ee-operations-app:latest
155
155
tenants : " rhino,gorilla"
156
+ minio_public_host : " http://minio.sandbox.fynarfin.io"
156
157
deployment :
157
158
annotations :
158
159
rollme : " {{ randAlphaNum 5 | quote }}"
@@ -166,7 +167,8 @@ ph-ee-g2psandbox:
166
167
service :
167
168
name : " ph-ee-operations-app"
168
169
port :
169
- number : 80
170
+ number : 80
171
+
170
172
171
173
operations_web :
172
174
enabled : true
@@ -458,6 +460,13 @@ ph-ee-g2psandbox:
458
460
nginx.ingress.kubernetes.io/backend-protocol : " HTTP"
459
461
hosts :
460
462
- 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
461
470
account_mapper :
462
471
enabled : true
463
472
image : docker.io/openmf/ph-ee-identity-account-mapper:latest
You can’t perform that action at this time.
0 commit comments