First iteration of static grocy helm chart without templating.

This commit is contained in:
2022-05-01 09:57:23 +12:00
parent 13dcad1e2b
commit 4a7bae8c27
6 changed files with 111 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
apiVersion: v1
kind: Service
metadata:
name: grocy
spec:
ports:
- name: http
port: 80
targetPort: 80
selector:
name: grocy