Update labels

This commit is contained in:
Antoine Legrand 2018-08-22 15:37:22 +02:00
parent a426fbaf21
commit 0a88be36f5
16 changed files with 122 additions and 40 deletions

View file

@ -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