You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

30 lines
590 B

apiVersion: apps/v1
kind: Deployment
metadata:
creationTimestamp: null
labels:
app: ubuntu
name: ubuntu
namespace: enphase
spec:
replicas: 1
selector:
matchLabels:
app: ubuntu
strategy: {}
template:
metadata:
creationTimestamp: null
labels:
app: ubuntu
spec:
containers:
- image: docker-registry:32000/enphase:2.0
name: ubuntu
env:
- name: DB_HOST
value: enphase-mysql
command: ["/bin/sleep", "3650d"]
resources: {}
imagePullSecrets:
- name: reg-cred-secret