Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
gwg313 2025-11-21 09:43:37 -05:00
parent ec7b33ac6d
commit bc89786f59
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
2 changed files with 3 additions and 3 deletions

View file

@ -1,10 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: A3
name: a3-service
spec:
selector:
app: A3
app: a3-service
ports:
- port: 80
targetPort: 3000

View file

@ -15,6 +15,6 @@ spec:
prefix: /
route:
- destination:
host: a3-dev
host: a3-service
port:
number: 80