fix: bad labels

This commit is contained in:
Steve Lowery 2024-01-04 15:48:35 -06:00
parent df4902cc2b
commit 603f6b2f7f
No known key found for this signature in database
GPG Key ID: 71D35D1685F85C02
2 changed files with 6 additions and 4 deletions

View File

@ -2,8 +2,9 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: guestbook-ui
product: engineering-productivity
team: deploy-platform
labels:
product: engineering-productivity
team: deploy-platform
namespace: guestbook
spec:
replicas: 1

View File

@ -2,8 +2,9 @@ apiVersion: v1
kind: Service
metadata:
name: guestbook-ui
product: engineering-productivity
team: deploy-platform
labels:
product: engineering-productivity
team: deploy-platform
namespace: guestbook
spec:
ports: