airshipctl/manifests/function/capd/v0.3.11/rbac/auth_proxy_service.yaml
Rishabh Kumar Jain 4888c256f5 Add CAPD config v0.3.11
Adding manifests for CAPD config v0.3.11.

Change-Id: Icfe95b68ee613e8e642ad8a8383a2b0cda01821e
2020-10-22 16:17:04 +00:00

19 lines
379 B
YAML

apiVersion: v1
kind: Service
metadata:
annotations:
prometheus.io/port: "8443"
prometheus.io/scheme: https
prometheus.io/scrape: "true"
labels:
control-plane: controller-manager
name: controller-manager-metrics-service
namespace: system
spec:
ports:
- name: https
port: 8443
targetPort: https
selector:
control-plane: controller-manager