First iteration of static grocy helm chart without templating.
This commit is contained in:
12
grocy/templates/service.yaml
Normal file
12
grocy/templates/service.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: grocy
|
||||
spec:
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
selector:
|
||||
name: grocy
|
||||
Reference in New Issue
Block a user