You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
299 B

  1. apiVersion: v1
  2. kind: Service
  3. metadata:
  4. name: etcd-metrics
  5. namespace: kube-system
  6. labels:
  7. {{ etcd_metrics_service_labels | to_yaml(indent=2, width=1337) | indent(width=4) }}
  8. spec:
  9. ports:
  10. - name: http-metrics
  11. protocol: TCP
  12. port: {{ etcd_metrics_port }}
  13. # targetPort: