mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-25 15:54:43 +00:00
⚡ Run kubeshark manifests --dump && kubeshark helm-chart
This commit is contained in:
parent
c19cd00c77
commit
c57ed1efd3
@ -1,5 +1,5 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: "40.1"
|
appVersion: "40.2"
|
||||||
description: The API Traffic Analyzer for Kubernetes
|
description: The API Traffic Analyzer for Kubernetes
|
||||||
home: https://kubeshark.co
|
home: https://kubeshark.co
|
||||||
keywords:
|
keywords:
|
||||||
@ -22,4 +22,4 @@ name: kubeshark
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
||||||
type: application
|
type: application
|
||||||
version: "40.1"
|
version: "40.2"
|
||||||
|
@ -5,6 +5,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
|
@ -47,6 +47,9 @@ tap:
|
|||||||
enabled: false
|
enabled: false
|
||||||
host: ks.svc.cluster.local
|
host: ks.svc.cluster.local
|
||||||
tls: []
|
tls: []
|
||||||
|
auth:
|
||||||
|
approvedDomains: []
|
||||||
|
certManager: letsencrypt-prod
|
||||||
debug: false
|
debug: false
|
||||||
logs:
|
logs:
|
||||||
file: ""
|
file: ""
|
||||||
|
@ -23,6 +23,7 @@ spec:
|
|||||||
value: '{}'
|
value: '{}'
|
||||||
- name: SCRIPTING_SCRIPTS
|
- name: SCRIPTING_SCRIPTS
|
||||||
value: '[]'
|
value: '[]'
|
||||||
|
- name: AUTH_APPROVED_DOMAINS
|
||||||
image: docker.io/kubeshark/hub:latest
|
image: docker.io/kubeshark/hub:latest
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: kubeshark-hub
|
name: kubeshark-hub
|
||||||
|
@ -4,6 +4,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
|
||||||
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
nginx.ingress.kubernetes.io/rewrite-target: /$2
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user