apiVersion: v1 kind: Service metadata: labels: app: influxdb name: influxdb namespace: influx spec: ports: - port: 80 protocol: TCP targetPort: 8086 selector: app: influxdb