add other recipes

This commit is contained in:
2024-02-11 11:28:30 +01:00
parent a38ad1d7e6
commit 18889d7391
9 changed files with 118 additions and 0 deletions

10
apps/recipes/service.yaml Normal file
View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: mealie-web
spec:
selector:
app: mealie
ports:
- port: 9000
targetPort: 9000