servala-portal/docs/deployment/service.yaml

16 lines
212 B
YAML
Raw Permalink Normal View History

2025-03-10 16:21:06 +01:00
apiVersion: v1
kind: Service
metadata:
name: docs
labels:
app: docs
spec:
ports:
- name: http
port: 8080
protocol: TCP
targetPort: http
selector:
app: docs
type: ClusterIP