mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-14 22:36:09 +08:00
17 lines
241 B
YAML
17 lines
241 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
labels:
|
|
app: elections
|
|
name: elections
|
|
spec:
|
|
ports:
|
|
- name: 8000-tcp
|
|
port: 8000
|
|
protocol: TCP
|
|
targetPort: 8000
|
|
selector:
|
|
app: elections
|
|
deploymentconfig: elections
|