mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
10 lines
118 B
YAML
10 lines
118 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: mysql
|
|
spec:
|
|
ports:
|
|
- port: 3306
|
|
selector:
|
|
name: mysql-apps
|