TandoorRecipes/docs/install/k8s/60-service.yaml
2022-04-12 20:43:58 +02:00

22 lines
336 B
YAML

apiVersion: v1
kind: Service
metadata:
name: recipes
labels:
app: recipes
tier: frontend
spec:
selector:
app: recipes
tier: frontend
environment: production
ports:
- port: 80
targetPort: http
name: http
protocol: TCP
- port: 8080
targetPort: gunicorn
name: gunicorn
protocol: TCP