13 lines
172 B
YAML
13 lines
172 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: ghproxy
|
|
namespace: mirrors
|
|
spec:
|
|
selector:
|
|
app: ghproxy
|
|
ports:
|
|
- name: web
|
|
port: 80
|
|
targetPort: 80
|