439feeb5a6
- Adds apache license - Adds basic structure of project via kubebuilder init \ --domain airshipit.org \ --license apache2 \ --repo github.com/att-comdev/vino Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
13 lines
188 B
YAML
13 lines
188 B
YAML
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: webhook-service
|
|
namespace: system
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
targetPort: 9443
|
|
selector:
|
|
control-plane: controller-manager
|