Tyler Perkins
d8b69d8d13
All checks were successful
continuous-integration/drone/push Build is passing
14 lines
188 B
YAML
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
|