Add service.yaml
This commit is contained in:
parent
c12313721d
commit
de77661f55
13
service.yaml
Normal file
13
service.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user