update
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
ec7b33ac6d
commit
bc89786f59
2 changed files with 3 additions and 3 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
metadata:
|
metadata:
|
||||||
name: A3
|
name: a3-service
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: A3
|
app: a3-service
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
targetPort: 3000
|
targetPort: 3000
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,6 @@ spec:
|
||||||
prefix: /
|
prefix: /
|
||||||
route:
|
route:
|
||||||
- destination:
|
- destination:
|
||||||
host: a3-dev
|
host: a3-service
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue