Run kubeshark manifests --dump && kubeshark helm-chart

This commit is contained in:
M. Mert Yildiran 2023-05-24 04:04:34 +03:00
parent c19cd00c77
commit c57ed1efd3
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
5 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "40.1"
appVersion: "40.2"
description: The API Traffic Analyzer for Kubernetes
home: https://kubeshark.co
keywords:
@ -22,4 +22,4 @@ name: kubeshark
sources:
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
type: application
version: "40.1"
version: "40.2"

View File

@ -5,6 +5,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/rewrite-target: /$2
creationTimestamp: null
labels:

View File

@ -47,6 +47,9 @@ tap:
enabled: false
host: ks.svc.cluster.local
tls: []
auth:
approvedDomains: []
certManager: letsencrypt-prod
debug: false
logs:
file: ""

View File

@ -23,6 +23,7 @@ spec:
value: '{}'
- name: SCRIPTING_SCRIPTS
value: '[]'
- name: AUTH_APPROVED_DOMAINS
image: docker.io/kubeshark/hub:latest
imagePullPolicy: Always
name: kubeshark-hub

View File

@ -4,6 +4,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/rewrite-target: /$2
creationTimestamp: null
labels: