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