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 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

View file

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