mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-06 18:49:24 -02:30
Added CCP deployment scripts
This commit is contained in:
16
ccp/registry_pod.yaml
Normal file
16
ccp/registry_pod.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: registry
|
||||
labels:
|
||||
app: registry
|
||||
spec:
|
||||
containers:
|
||||
- name: registry
|
||||
image: registry:2
|
||||
env:
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
hostPort: 5000
|
||||
|
||||
Reference in New Issue
Block a user