First iteration of farmos helm chart.

This commit is contained in:
2025-08-23 13:59:39 +12:00
parent 45141753ee
commit 801aa5c694
6 changed files with 102 additions and 0 deletions

View File

@ -0,0 +1,16 @@
---
apiVersion: v1
kind: Service
metadata:
name: farmos
labels:
app: farmos
spec:
type: ClusterIP
ports:
- port: 80
targetPort: http
protocol: TCP
name: http
selector:
app: farmos