Skip to content

Commit

Permalink
change metadata order
Browse files Browse the repository at this point in the history
  • Loading branch information
louisloechel committed Oct 10, 2023
1 parent 49316cd commit 165a78f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/catalogue/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: catalogue
labels:
name: catalogue
app: catalogue
version: v1
name: catalogue
namespace: sock-shop
spec:
replicas: 1
Expand Down
2 changes: 1 addition & 1 deletion apps/orders/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: orders
labels:
name: orders
app: orders
name: orders
namespace: sock-shop
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion apps/payment/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: payment
labels:
name: payment
app: payment
version: v1
name: payment
namespace: sock-shop
spec:
selector:
Expand Down
2 changes: 1 addition & 1 deletion apps/shipping/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: shipping
labels:
name: shipping
app: shipping
version: v1
name: shipping
namespace: sock-shop
spec:
selector:
Expand Down

0 comments on commit 165a78f

Please sign in to comment.