Files
k8s-harbor/services/portal.yaml
2025-04-27 15:57:11 +00:00

14 lines
209 B
YAML

apiVersion: v1
kind: Service
metadata:
name: harbor-portal
namespace: harbor
spec:
selector:
app: harbor-portal
ports:
- protocol: TCP
port: 8080
targetPort: 8080
type: ClusterIP