Add service.yaml

This commit is contained in:
Matthew Fisher 2024-11-10 13:31:23 -06:00
parent c12313721d
commit de77661f55

13
service.yaml Normal file
View File

@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: grocy
namespace: grace-community
spec:
selector:
app: grocy
type: ClusterIP
ports:
- name: http
port: 80
targetPort: http