diff --git a/service.yaml b/service.yaml new file mode 100644 index 0000000..373b94a --- /dev/null +++ b/service.yaml @@ -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 \ No newline at end of file