mirror of
https://github.com/argoproj/argocd-example-apps.git
synced 2024-11-12 09:23:55 +01:00
feat: added product/team labels
This commit is contained in:
parent
d7927a27b4
commit
106b8b02ed
@ -2,6 +2,8 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: guestbook-ui
|
||||
product: engineering-productivity
|
||||
team: deploy-platform
|
||||
spec:
|
||||
replicas: 1
|
||||
revisionHistoryLimit: 3
|
||||
@ -12,9 +14,11 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: guestbook-ui
|
||||
product: engineering-productivity
|
||||
team: deploy-platform
|
||||
spec:
|
||||
containers:
|
||||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2
|
||||
name: guestbook-ui
|
||||
ports:
|
||||
- containerPort: 80
|
||||
- image: gcr.io/heptio-images/ks-guestbook-demo:0.2
|
||||
name: guestbook-ui
|
||||
ports:
|
||||
- containerPort: 80
|
||||
|
@ -2,9 +2,11 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: guestbook-ui
|
||||
product: engineering-productivity
|
||||
team: deploy-platform
|
||||
spec:
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
- port: 80
|
||||
targetPort: 80
|
||||
selector:
|
||||
app: guestbook-ui
|
||||
|
Loading…
Reference in New Issue
Block a user