mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-05 01:03:06 +08:00
15 lines
218 B
YAML
15 lines
218 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: web
|
|
labels:
|
|
app: webhook2fedmsg
|
|
spec:
|
|
ports:
|
|
- name: web
|
|
port: 8080
|
|
targetPort: 8080
|
|
selector:
|
|
app: webhook2fedmsg
|
|
deploymentconfig: app
|