docs/deploy/k8s/service.yaml
Peter Kurfer 9c827c14cd
Some checks reported errors
continuous-integration/drone Build was killed
Initial commit
2023-04-17 16:11:49 +02:00

17 lines
No EOL
294 B
YAML

---
apiVersion: v1
kind: Service
metadata:
name: buildr-docs
namespace: buildr
labels:
app.kubernetes.io/name: buildr-docs
spec:
ports:
- name: http
protocol: TCP
port: 3000
targetPort: http
selector:
app.kubernetes.io/name: buildr-docs
type: ClusterIP