13 lines
190 B
YAML
13 lines
190 B
YAML
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: grocy
|
||
|
namespace: grace-community
|
||
|
spec:
|
||
|
selector:
|
||
|
app: grocy
|
||
|
type: ClusterIP
|
||
|
ports:
|
||
|
- name: http
|
||
|
port: 80
|
||
|
targetPort: http
|