Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-station-k8s
Commits
8fc19b68
Commit
8fc19b68
authored
Mar 17, 2021
by
Jonathan Schaeffer
Browse files
ingress preprod
parent
dc71369c
Changes
2
Show whitespace changes
Inline
Side-by-side
preprod/ingress.yaml
0 → 100644
View file @
8fc19b68
---
apiVersion
:
networking.k8s.io/v1
kind
:
Ingress
metadata
:
name
:
ws-station-ingress
labels
:
app
:
ws-station
environment
:
preprod
annotations
:
nginx.ingress.kubernetes.io/rewrite-target
:
/$1
spec
:
rules
:
-
http
:
paths
:
-
path
:
/fdsnws/station/1/(.*)
pathType
:
Prefix
backend
:
service
:
name
:
ws-station-service
port
:
number
:
8000
preprod/service.yaml
View file @
8fc19b68
...
...
@@ -6,8 +6,9 @@ metadata:
app
:
ws-station
environment
:
preprod
spec
:
type
:
NodePort
type
:
ClusterIP
ports
:
-
port
:
8080
selector
:
app
:
ws-station
environment
:
preprod
Write
Preview
Supports
Markdown
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