Gluttony-Cluster/grocy/grocy-service.yaml

14 lines
188 B
YAML
Raw Normal View History

2024-05-18 18:38:33 +00:00
apiVersion: v1
kind: Service
metadata:
name: grocy
namespace: grocy-ns
spec:
type: LoadBalancer
selector:
app: grocy
ports:
- port: 80
targetPort: 80
protocol: TCP