Gluttony-Cluster/grocy/grocy-service.yaml
Tyler Perkins 2bada4ec6e
All checks were successful
continuous-integration/drone/push Build is passing
Add services
2024-05-18 14:38:33 -04:00

14 lines
188 B
YAML

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