Skip to content

Commit

Permalink
Remove unnecessary local-dev resources
Browse files Browse the repository at this point in the history
  • Loading branch information
rrhubenov committed Jun 3, 2024
1 parent 7304248 commit 72e8deb
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions hack/configure-webhook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,33 +12,6 @@ caBundle=$(cat ${certDir}/ca.pem | base64 -w0)

cat <<EOF | kubectl apply -f -
---
apiVersion: v1
kind: Namespace
metadata:
name: lakom-system
---
kind: Service
apiVersion: v1
metadata:
name: lakom
namespace: lakom-system
spec:
ports:
- protocol: TCP
port: 9443
targetPort: 9443
---
kind: Endpoints
apiVersion: v1
metadata:
name: lakom
namespace: lakom-system
subsets:
- addresses:
- ip: ${ipAddress}
ports:
- port: 9443
---
apiVersion: admissionregistration.k8s.io/v1
kind: MutatingWebhookConfiguration
metadata:
Expand Down

0 comments on commit 72e8deb

Please sign in to comment.