gke-deploy/core/resource/testing/replicationcontroller-updated.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: REPLACED name: test-app