-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3613 from mercedes-benz/feature-3609-web-ui-forwa…
…rding-to-web-server Feature 3609 web UI forwarding to web server
- Loading branch information
Showing
11 changed files
with
624 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
sechub-web-server-solution/helm/web-server/templates/service-internal.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# SPDX-License-Identifier: MIT | ||
|
||
# Internal access via cluster IP (maybe obsolete when an api-gateway is in place) | ||
apiVersion: v1 | ||
kind: Service | ||
metadata: | ||
name: web-server-internal | ||
spec: | ||
selector: | ||
name: web-server | ||
ports: | ||
- protocol: TCP | ||
port: 4443 | ||
targetPort: 4443 | ||
type: ClusterIP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.