k3s-infra/apps/recipes/services.yaml
2024-02-10 19:04:08 +01:00

18 lines
269 B
YAML

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