25 lines
677 B
YAML
25 lines
677 B
YAML
---
|
|
# Source: site-documentation/charts/site-documentation/templates/common.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.4.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
|