mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 16:24:54 +00:00
⚡ Regenerate the complete.yaml
This commit is contained in:
parent
7b86d32174
commit
3c25cec633
@ -1,15 +1,4 @@
|
|||||||
---
|
---
|
||||||
# Source: kubeshark/templates/00-namespace.yaml
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
creationTimestamp: null
|
|
||||||
labels:
|
|
||||||
annotations:
|
|
||||||
name: kubeshark
|
|
||||||
spec: {}
|
|
||||||
status: {}
|
|
||||||
---
|
|
||||||
# Source: kubeshark/templates/01-service-account.yaml
|
# Source: kubeshark/templates/01-service-account.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: ServiceAccount
|
kind: ServiceAccount
|
||||||
@ -18,7 +7,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/02-cluster-role.yaml
|
# Source: kubeshark/templates/02-cluster-role.yaml
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
apiVersion: rbac.authorization.k8s.io/v1
|
||||||
@ -28,7 +17,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-cluster-role
|
name: kubeshark-cluster-role
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
@ -54,7 +43,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-cluster-role-binding
|
name: kubeshark-cluster-role-binding
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
@ -62,7 +51,7 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/05-hub-service.yaml
|
# Source: kubeshark/templates/05-hub-service.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -72,7 +61,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: kubeshark-hub
|
- name: kubeshark-hub
|
||||||
@ -92,7 +81,7 @@ metadata:
|
|||||||
labels:
|
labels:
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: kubeshark-front
|
- name: kubeshark-front
|
||||||
@ -113,7 +102,7 @@ metadata:
|
|||||||
app: kubeshark-worker-daemon-set
|
app: kubeshark-worker-daemon-set
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
@ -142,9 +131,6 @@ spec:
|
|||||||
image: 'docker.io/kubeshark/worker:latest'
|
image: 'docker.io/kubeshark/worker:latest'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
ports:
|
|
||||||
- containerPort: 8897
|
|
||||||
hostPort: 8897
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 750m
|
cpu: 750m
|
||||||
@ -196,7 +182,7 @@ metadata:
|
|||||||
app: kubeshark-hub
|
app: kubeshark-hub
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
@ -217,9 +203,6 @@ spec:
|
|||||||
image: 'docker.io/kubeshark/hub:latest'
|
image: 'docker.io/kubeshark/hub:latest'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
ports:
|
|
||||||
- containerPort: 80
|
|
||||||
hostPort: 8898
|
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 750m
|
cpu: 750m
|
||||||
@ -246,7 +229,7 @@ metadata:
|
|||||||
app: kubeshark-front
|
app: kubeshark-front
|
||||||
annotations:
|
annotations:
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
namespace: kubeshark
|
namespace: default
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
@ -259,9 +242,6 @@ spec:
|
|||||||
image: 'docker.io/kubeshark/front:latest'
|
image: 'docker.io/kubeshark/front:latest'
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
ports:
|
|
||||||
- containerPort: 80
|
|
||||||
hostPort: 8899
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
periodSeconds: 1
|
periodSeconds: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user