13 lines
171 B
YAML
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
|