Files
open-cluster-management/deploy/hub/deployment.yaml
Jian Qiu 2e87d3a92c Add deploy manifest
This is to make installing registration easier
2020-05-07 22:38:21 +08:00

25 lines
561 B
YAML

kind: Deployment
apiVersion: apps/v1
metadata:
name: hub-registration-controller
labels:
app: hub-registration-controller
spec:
replicas: 1
selector:
matchLabels:
app: hub-registration-controller
template:
metadata:
labels:
app: hub-registration-controller
spec:
serviceAccountName: hub-sa
containers:
- name: hub-controller
image: quay.io/open-cluster-management/registration:latest
imagePullPolicy: IfNotPresent
args:
- "/registration"
- "controller"