Created
October 30, 2019 18:29
-
-
Save zimmertr/f03152da8411ae79e46a189153bfe52e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Service | |
metadata: | |
labels: | |
app.kubernetes.io/name: kube-state-metrics | |
name: kube-state-metrics | |
namespace: {{ namespace }} | |
spec: | |
clusterIP: None | |
ports: | |
- name: http-metrics | |
port: 8080 | |
targetPort: http-metrics | |
- name: telemetry | |
port: 8081 | |
targetPort: telemetry | |
selector: | |
app.kubernetes.io/name: kube-state-metrics |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment