gke-deploy/core/resource/testing/deployment-updated-label-2.yaml (21 lines of code) (raw):
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
labels:
app: test-app
foo: bar
name: test-app
spec:
replicas: 1
selector:
matchLabels:
app: test-app
template:
metadata:
labels:
app: test-app
foo: bar
spec:
containers:
- image: gcr.io/cbd-test/test-app:latest
name: test-app