1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 18:19:42 +00:00

Use app instead of name

This commit is contained in:
Emma 2020-01-30 16:04:34 -07:00
parent 75ec67e258
commit 59181515fd
No known key found for this signature in database
GPG key ID: 68434BFE85360755

View file

@ -6,7 +6,7 @@ spec:
template:
metadata:
labels:
name: echoserver
app: echoserver
spec:
containers:
- image: k8s.gcr.io/echoserver:1.4
@ -21,7 +21,7 @@ metadata:
name: echoserver
spec:
selector:
name: echoserver
app: echoserver
ports:
- protocol: TCP
port: 80