Skip to content

Commit

Permalink
fix: internal-microservice profile prevents Service exposure
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Nuri <[email protected]>
  • Loading branch information
manusa committed May 24, 2023
1 parent 8d146ca commit 80746cc
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Usage:
* Fix #2150: Bump Kubernetes Client to 6.6.0 (fixes issues when trace-logging OpenShift builds)
* Fix #2162: Bump Kubernetes Client to 6.6.1 (HttpClient with support for PUT + InputStream)
* Fix #2166: Potential command line injection in SpringBootWatcher
* Fix #2170: `internal-microservice` profile prevents Service exposure

### 1.12.0 (2023-04-03)
* Fix #1179: Move storageClass related functionality out of VolumePermissionEnricher to PersistentVolumeClaimStorageClassEnricher
Expand Down
2 changes: 1 addition & 1 deletion gradle-plugin/doc/src/main/asciidoc/inc/_profiles.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ This plugin comes with a list of the following predefined profiles:
| Includes no generators and only the <<jkube-dependency,jkube-dependency>> enricher for picking up and combining resources from the compile time dependencies.

| *internal-microservice*
| Do not expose a port for the service to generate. Otherwise the same as the _default_ profile.
| _default_ profile extension that prevents services from being externally exposed.

| *osio*
| Includes everything in the _default_ profile, plus additional enrichers and generators relevant only to https://openshift.io[OpenShift.io].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,6 @@
generator:
excludes: []
enricher:
excludes: []
excludes:
- jkube-ingress
- jkube-openshift-route
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@
generator:
excludes: []
enricher:
excludes: []
excludes:
- jkube-ingress
- jkube-openshift-route
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ This plugin comes with a list of the following predefined profiles:
| Includes no generators and only the <<jkube-dependency,jkube-dependency>> enricher for picking up and combining resources from the compile time dependencies.

| *internal-microservice*
| Do not expose a port for the service to generate. Otherwise the same as the _default_ profile.
| _default_ profile extension that prevents services from being externally exposed.

| *osio*
| Includes everything in the _default_ profile, plus additional enrichers and generators relevant only to https://openshift.io[OpenShift.io].
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,6 @@
generator:
excludes: []
enricher:
excludes: []
excludes:
- jkube-ingress
- jkube-openshift-route
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,6 @@
generator:
excludes: []
enricher:
excludes: []
excludes:
- jkube-ingress
- jkube-openshift-route

0 comments on commit 80746cc

Please sign in to comment.