Fixup #2970: Add Missing Label app.kubernetes.io/part-of: ingress-nginx
- Add missing label `app.kubernetes.io/part-of: ingress-nginx` for deploy example - Update new labels for docs/deploy and docs/examples - Update new labels for test/e2e and test/manifests - Update new labels for images/nginx Also close #3001
This commit is contained in:
parent
e60cbc4804
commit
6d3e9ea7d0
22 changed files with 131 additions and 53 deletions
|
|
@ -19,6 +19,7 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: default-http-backend
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
|
|
@ -64,6 +65,7 @@ spec:
|
|||
targetPort: 8080
|
||||
selector:
|
||||
app.kubernetes.io/name: default-http-backend
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
---
|
||||
|
||||
kind: ConfigMap
|
||||
|
|
@ -259,10 +261,12 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
annotations:
|
||||
prometheus.io/port: '10254'
|
||||
prometheus.io/scrape: 'true'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue