Files
homelab-infra/apps/nexus/service.yaml
T
panxiao81 110dbcc2c3
ansible / lint (pull_request) Failing after 0s
ansible / collection-test (pull_request) Failing after 0s
yaml / yaml (pull_request) Failing after 0s
terraform / validate (pull_request) Failing after 0s
新增 Nexus 统一制品仓库 POC
2026-09-18 19:11:30 +00:00

15 lines
228 B
YAML

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