This PR contains newly rendered Kubernetes manifests automatically generated by the CI workflow. Reviewed-on: #2259 Co-authored-by: gitea-bot <gitea-bot@alexlebens.net> Co-committed-by: gitea-bot <gitea-bot@alexlebens.net>
22 lines
434 B
YAML
22 lines
434 B
YAML
---
|
|
# Source: cilium/charts/cilium/templates/cilium-agent/service.yaml
|
|
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: cilium-agent
|
|
namespace: kube-system
|
|
labels:
|
|
k8s-app: cilium
|
|
app.kubernetes.io/name: cilium-agent
|
|
app.kubernetes.io/part-of: cilium
|
|
spec:
|
|
clusterIP: None
|
|
type: ClusterIP
|
|
selector:
|
|
k8s-app: cilium
|
|
ports:
|
|
- name: metrics
|
|
port: 9962
|
|
protocol: TCP
|
|
targetPort: prometheus
|