Add cilium bootstrap.

This commit is contained in:
Tom Alexander
2025-12-16 21:48:44 -05:00
parent ed77372b91
commit a2899d38a2
24 changed files with 1699 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
---
# Source: cilium/templates/hubble/peer-service.yaml
apiVersion: v1
kind: Service
metadata:
name: hubble-peer
namespace: kube-system
labels:
k8s-app: cilium
app.kubernetes.io/part-of: cilium
app.kubernetes.io/name: hubble-peer
spec:
selector:
k8s-app: cilium
ports:
- name: peer-service
port: 443
protocol: TCP
targetPort: 4244
internalTrafficPolicy: Local