3561c823bb
This change adds a function to deploy SIP, the Support Infrastructure Provider. Signed-off-by: Drew Walters <andrew.walters@att.com> Change-Id: I4b6ac2707d495217bec14c09bec34f305a12e8e3
15 lines
268 B
YAML
15 lines
268 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
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
|