Gluttony-Cluster/grocy/grocy-service.yaml
Tyler Perkins beb0e9f580
All checks were successful
continuous-integration/drone/push Build is passing
Add grocy
2024-03-31 11:34:01 -04:00

13 lines
166 B
YAML

apiVersion: v1
kind: Service
metadata:
name: grocy
spec:
type: LoadBalancer
selector:
app: grocy
ports:
- port: 80
targetPort: 80
protocol: TCP