docs/deploy/k8s/service.yaml

17 lines
294 B
YAML
Raw Permalink Normal View History

2023-04-17 14:11:49 +00:00
---
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