23 lines
596 B
YAML
23 lines
596 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: site-documentation
|
|
labels:
|
|
app.kubernetes.io/instance: site-documentation
|
|
app.kubernetes.io/managed-by: Helm
|
|
app.kubernetes.io/name: site-documentation
|
|
app.kubernetes.io/service: site-documentation
|
|
helm.sh/chart: site-documentation-4.5.0
|
|
namespace: site-documentation
|
|
spec:
|
|
type: ClusterIP
|
|
ports:
|
|
- port: 80
|
|
targetPort: 4321
|
|
protocol: TCP
|
|
name: http
|
|
selector:
|
|
app.kubernetes.io/controller: main
|
|
app.kubernetes.io/instance: site-documentation
|
|
app.kubernetes.io/name: site-documentation
|