mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00

Changed port webhook is listening on from 443 to 8443 to be able to bind to it from non-root user account.
13 lines
198 B
YAML
13 lines
198 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: intel-fpga-webhook-svc
|
|
labels:
|
|
app: intel-fpga-webhook
|
|
spec:
|
|
ports:
|
|
- port: 443
|
|
targetPort: 8443
|
|
selector:
|
|
app: intel-fpga-webhook
|