Update labels
This commit is contained in:
parent
a426fbaf21
commit
0a88be36f5
16 changed files with 122 additions and 40 deletions
|
|
@ -3,6 +3,10 @@ kind: Service
|
|||
metadata:
|
||||
name: ingress-nginx
|
||||
namespace: ingress-nginx
|
||||
labels:
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
app.kubernetes.io/part-of: ingress-nginx
|
||||
|
||||
spec:
|
||||
type: NodePort
|
||||
ports:
|
||||
|
|
@ -15,4 +19,4 @@ spec:
|
|||
targetPort: 443
|
||||
protocol: TCP
|
||||
selector:
|
||||
app: ingress-nginx
|
||||
app.kubernetes.io/name: ingress-nginx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue