blob: 72bbb07a2a4a04be24b5dd9500b3ceabf855b1a7 [file] [log] [blame]
id: sandbox-controller
kind: ReplicationController
apiVersion: v1beta1
desiredState:
replicas: 5
replicaSelector:
name: sandbox
podTemplate:
desiredState:
manifest:
version: v1beta2
containers:
- name: sandbox
# TODO(proppy): publish the sandbox image to the hub
image: golang/playground-sandbox
ports:
- name: sandbox-server
containerPort: 8080
labels:
name: sandbox