services/srcs/influxdb/service.yaml

13 lines
171 B
YAML
Raw Normal View History

2023-03-01 04:35:44 +01:00
apiVersion: v1
kind: Service
metadata:
name: influxdb
spec:
type: ClusterIP
selector:
app: influxdb
ports:
- name: influxdb
protocol: TCP
port: 8086