gke-deploy/deployer/testing/configs/deployment-and-service/deployment.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/test-app:latest
name: test-app