www/deploy/service.yaml
garrettmills b21492b510
Some checks failed
continuous-integration/drone Build is failing
Specify namespace in K8s spec
2022-11-29 02:26:39 -06:00

13 lines
188 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: garrettmills-dev-service
namespace: default
spec:
selector:
app: garrettmills-dev
ports:
- port: 80
targetPort: 8000