1
0
Fork 0
mirror of https://gitlab.com/shouptech/flux.git synced 2026-02-03 23:09:41 +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: template:
metadata: metadata:
labels: labels:
name: echoserver app: echoserver
spec: spec:
containers: containers:
- image: k8s.gcr.io/echoserver:1.4 - image: k8s.gcr.io/echoserver:1.4
@ -21,7 +21,7 @@ metadata:
name: echoserver name: echoserver
spec: spec:
selector: selector:
name: echoserver app: echoserver
ports: ports:
- protocol: TCP - protocol: TCP
port: 80 port: 80