Eduard Tomàs ea4e0ed6e8 Deploying ocelot to k8s
configuration to ocelot passed through a k8s volume
2018-01-11 18:18:16 +01:00

14 lines
178 B
YAML

apiVersion: v1
kind: Service
metadata:
labels:
app: eshop
component: ocelot
name: ocelot
spec:
ports:
- port: 80
selector:
app: eshop
component: ocelot