netflux-kubernetes/deploy/base/svc-synapse.yaml

20 lines
310 B
YAML
Raw Normal View History

2022-06-04 01:07:12 +00:00
---
apiVersion: v1
kind: Service
metadata:
labels:
app: synapse
app.kubernetes.io/instance: synapse
app.kubernetes.io/name: synapse
name: synapse
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 8008
selector:
app: synapse
component: web
type: ClusterIP