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.
 
 
 
 
 
 

31 lines
656 B

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: ocelot
spec:
paused: true
template:
metadata:
labels:
app: eshop
component: ocelot
spec:
containers:
- name: ocelot
image: eshop/ocelotapigw
imagePullPolicy: Always
ports:
- containerPort: 80
volumeMounts:
- name: config
mountPath: /app/configuration
volumes:
- name: config
configMap:
name: ocelot
items:
- key: configuration.json
path: configuration.json
imagePullSecrets:
- name: registry-key