Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
ingress
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ascend
ingress
Commits
0f7d90aa
Commit
0f7d90aa
authored
May 25, 2021
by
earndt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[AFP-Inf] Adds working deployment.yaml for configuring backend ingress [
@earndt
]
parent
8abd77b4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
0 deletions
+49
-0
deployment.yaml
deployment.yaml
+49
-0
No files found.
deployment.yaml
0 → 100644
View file @
0f7d90aa
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
name
:
afp-backend-ingress
namespace
:
jenkins
annotations
:
kubernetes.io/ingress.class
:
nginx
nginx.ingress.kubernetes.io/ssl-redirect
:
"
false"
nginx.ingress.kubernetes.io/use-regex
:
"
true"
nginx.ingress.kubernetes.io/rewrite-target
:
/$1
spec
:
rules
:
-
http
:
paths
:
-
path
:
/prd(?:/|$)(.*)
pathType
:
Prefix
backend
:
service
:
name
:
afp-prods-service
port
:
number
:
8083
-
path
:
/prm(?:/|$)(.*)
pathType
:
Prefix
backend
:
service
:
name
:
afp-promos-service
port
:
number
:
8082
-
path
:
/ecm(?:/|$)(.*)
pathType
:
Prefix
backend
:
service
:
name
:
afp-ecomm-api-service
port
:
number
:
8084
-
path
:
/oms(?:/|$)(.*)
pathType
:
Prefix
backend
:
service
:
name
:
afp-order-management-backend-service
port
:
number
:
8086
-
path
:
/wms(?:/|$)(.*)
pathType
:
Prefix
backend
:
service
:
name
:
afp-warehouse-service
port
:
number
:
8088
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment