services/srcs/influxdb/service.yaml
2023-03-01 04:35:44 +01:00

13 lines
171 B
YAML

apiVersion: v1
kind: Service
metadata:
name: influxdb
spec:
type: ClusterIP
selector:
app: influxdb
ports:
- name: influxdb
protocol: TCP
port: 8086