Gluttony-Cluster/grocy/grocy-service.yaml

14 lines
188 B
YAML
Raw Normal View History

2024-03-31 15:34:01 +00:00
apiVersion: v1
kind: Service
metadata:
name: grocy
2024-03-31 15:35:52 +00:00
namespace: grocy-ns
2024-03-31 15:34:01 +00:00
spec:
type: LoadBalancer
selector:
app: grocy
ports:
- port: 80
targetPort: 80
protocol: TCP