Skip to content

Commit

Permalink
Fix https containerPort for console-ui in various manifests (#1703)
Browse files Browse the repository at this point in the history
  • Loading branch information
chitoku-k authored Jul 31, 2023
1 parent c71b989 commit f828f29
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ spec:
ports:
- containerPort: 9090
name: http
- containerPort: 9433
- containerPort: 9443
name: https
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ spec:
ports:
- containerPort: 9090
name: http
- containerPort: 9433
- containerPort: 9443
name: https
resources: {}
securityContext: {}
Expand Down
2 changes: 1 addition & 1 deletion manifests/minio-operator-rhmp.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ spec:
ports:
- containerPort: 9090
name: http
- containerPort: 9433
- containerPort: 9443
name: https
resources: {}
securityContext:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ spec:
ports:
- containerPort: 9090
name: http
- containerPort: 9433
- containerPort: 9443
name: https
resources: {}
securityContext:
Expand Down
2 changes: 1 addition & 1 deletion resources/base/console-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ spec:
ports:
- containerPort: 9090
name: http
- containerPort: 9433
- containerPort: 9443
name: https
volumeMounts:
- mountPath: /tmp/certs
Expand Down

0 comments on commit f828f29

Please sign in to comment.