mirror of
https://github.com/lukaszraczylo/kubemirror.git
synced 2026-06-06 22:49:23 +00:00
12 lines
221 B
YAML
12 lines
221 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: kubemirror-controller
|
|
namespace: kubemirror-system
|
|
spec:
|
|
template:
|
|
spec:
|
|
containers:
|
|
- name: controller
|
|
imagePullPolicy: IfNotPresent
|