add repo
This commit is contained in:
14
repo/services/service-http.yaml
Normal file
14
repo/services/service-http.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: repo-http
|
||||
namespace: repo
|
||||
spec:
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: repo-server
|
||||
ports:
|
||||
- name: http
|
||||
port: 80
|
||||
targetPort: 80
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user