gke-deploy/core/resource/testing/replicationcontroller.yaml (14 lines of code) (raw):

apiVersion: v1 kind: ReplicationController metadata: name: test-replication-controller spec: replicas: 3 template: metadata: labels: app: test-replication-controller spec: containers: - image: gcr.io/cbd-test/test-app:latest name: test-app