mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-05 04:18:50 +00:00
⚡ Regenerate the manifests
This commit is contained in:
parent
16f1e116c0
commit
313d26670b
@ -5,10 +5,8 @@ kind: Namespace
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
name: kubeshark
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: 'kubeshark'
|
|
||||||
spec: {}
|
spec: {}
|
||||||
status: {}
|
status: {}
|
||||||
---
|
---
|
||||||
@ -18,11 +16,9 @@ kind: ServiceAccount
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
---
|
---
|
||||||
# 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
|
||||||
@ -30,11 +26,9 @@ kind: ClusterRole
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-cluster-role
|
name: kubeshark-cluster-role
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
rules:
|
rules:
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- ""
|
- ""
|
||||||
@ -58,11 +52,9 @@ kind: ClusterRoleBinding
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-cluster-role-binding
|
name: kubeshark-cluster-role-binding
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
roleRef:
|
roleRef:
|
||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
@ -70,7 +62,7 @@ roleRef:
|
|||||||
subjects:
|
subjects:
|
||||||
- kind: ServiceAccount
|
- kind: ServiceAccount
|
||||||
name: kubeshark-service-account
|
name: kubeshark-service-account
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
---
|
---
|
||||||
# Source: kubeshark/templates/05-hub-service.yaml
|
# Source: kubeshark/templates/05-hub-service.yaml
|
||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
@ -78,11 +70,9 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: kubeshark-hub
|
- name: kubeshark-hub
|
||||||
@ -100,11 +90,9 @@ kind: Service
|
|||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
ports:
|
ports:
|
||||||
- name: kubeshark-front
|
- name: kubeshark-front
|
||||||
@ -123,24 +111,18 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-worker-daemon-set
|
app: kubeshark-worker-daemon-set
|
||||||
kubeshark-cli-version: v1
|
annotations:
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: kubeshark-worker-daemon-set
|
app: kubeshark-worker-daemon-set
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-worker-daemon-set
|
app: kubeshark-worker-daemon-set
|
||||||
kubeshark-created-by: kubeshark
|
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-worker-daemon-set
|
name: kubeshark-worker-daemon-set
|
||||||
namespace: kubeshark
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
@ -158,18 +140,18 @@ spec:
|
|||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
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:
|
ports:
|
||||||
- containerPort: 8897
|
- containerPort: 8897
|
||||||
hostPort: 8897
|
hostPort: 8897
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: '750m'
|
cpu: 750m
|
||||||
memory: '1Gi'
|
memory: 1Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: '50m'
|
cpu: 50m
|
||||||
memory: '50Mi'
|
memory: 50Mi
|
||||||
securityContext:
|
securityContext:
|
||||||
capabilities:
|
capabilities:
|
||||||
add:
|
add:
|
||||||
@ -212,14 +194,13 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-hub
|
app: kubeshark-hub
|
||||||
kubeshark-created-by: kubeshark
|
annotations:
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- command:
|
- command:
|
||||||
- './hub'
|
- ./hub
|
||||||
env:
|
env:
|
||||||
- name: POD_REGEX
|
- name: POD_REGEX
|
||||||
value: '.*'
|
value: '.*'
|
||||||
@ -234,18 +215,18 @@ spec:
|
|||||||
- name: AUTH_APPROVED_DOMAINS
|
- name: AUTH_APPROVED_DOMAINS
|
||||||
value: ''
|
value: ''
|
||||||
image: 'docker.io/kubeshark/hub:latest'
|
image: 'docker.io/kubeshark/hub:latest'
|
||||||
imagePullPolicy: 'Always'
|
imagePullPolicy: Always
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
hostPort: 8898
|
hostPort: 8898
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: '750m'
|
cpu: 750m
|
||||||
memory: '1Gi'
|
memory: 1Gi
|
||||||
requests:
|
requests:
|
||||||
cpu: '50m'
|
cpu: 50m
|
||||||
memory: '50Mi'
|
memory: 50Mi
|
||||||
dnsPolicy: ClusterFirstWithHostNet
|
dnsPolicy: ClusterFirstWithHostNet
|
||||||
serviceAccountName: kubeshark-service-account
|
serviceAccountName: kubeshark-service-account
|
||||||
terminationGracePeriodSeconds: 0
|
terminationGracePeriodSeconds: 0
|
||||||
@ -263,10 +244,9 @@ metadata:
|
|||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
app: kubeshark-front
|
app: kubeshark-front
|
||||||
kubeshark-created-by: kubeshark
|
annotations:
|
||||||
kubeshark-managed-by: kubeshark
|
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
namespace: 'kubeshark'
|
namespace: kubeshark
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
@ -277,7 +257,7 @@ spec:
|
|||||||
- name: REACT_APP_HUB_PORT
|
- name: REACT_APP_HUB_PORT
|
||||||
value: '8898'
|
value: '8898'
|
||||||
image: 'docker.io/kubeshark/front:latest'
|
image: 'docker.io/kubeshark/front:latest'
|
||||||
imagePullPolicy: 'Always'
|
imagePullPolicy: Always
|
||||||
name: kubeshark-front
|
name: kubeshark-front
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
Loading…
Reference in New Issue
Block a user