Skip to content

Commit

Permalink
whereami moved from commonlabels to labels (#1594)
Browse files Browse the repository at this point in the history
  • Loading branch information
theemadnes authored Jan 17, 2025
1 parent 2ff028d commit 48a4009
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 12 deletions.
7 changes: 5 additions & 2 deletions quickstarts/whereami/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,11 @@ It overlays the base manifest with the following Kustomization file:
```yaml
nameSuffix: "-backend"
commonLabels:
app: whereami-backend
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-backend
resources:
- ../k8s
patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nameSuffix: "-backend"
commonLabels:
app: whereami-backend
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-backend
resources:
- ../k8s
patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nameSuffix: "-echo-headers"
commonLabels:
app: whereami-echo-headers
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-echo-headers
resources:
- ../k8s
patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nameSuffix: "-frontend"
commonLabels:
app: whereami-frontend
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-frontend
resources:
- ../k8s
patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nameSuffix: "-backend"
commonLabels:
app: whereami-grpc-backend
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-grpc-backend
resources:
- ../k8s-grpc
patches:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
nameSuffix: "-frontend"
commonLabels:
app: whereami-grpc-frontend
labels:
- includeSelectors: true
includeTemplates: true
pairs:
app: whereami-grpc-frontend
resources:
- ../k8s-grpc
patches:
Expand Down

0 comments on commit 48a4009

Please sign in to comment.