cyberchef added
This commit is contained in:
12
cyberchef/src/kustomization.yaml
Normal file
12
cyberchef/src/kustomization.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
helmCharts:
|
||||
- name: cyberchef
|
||||
repo: https://sm-moshi.github.io/helm-charts/
|
||||
version: 0.2.0
|
||||
releaseName: cyberchef
|
||||
includeCRDs: true
|
||||
namespace: cyberchef
|
||||
valuesFile: values.yaml
|
||||
47
cyberchef/src/values.yaml
Normal file
47
cyberchef/src/values.yaml
Normal file
@@ -0,0 +1,47 @@
|
||||
controllers:
|
||||
main:
|
||||
containers:
|
||||
main:
|
||||
image:
|
||||
repository: mpepping/cyberchef
|
||||
tag: v10.19.4
|
||||
pullPolicy: IfNotPresent
|
||||
ports:
|
||||
- name: http
|
||||
containerPort: 8000
|
||||
protocol: TCP
|
||||
env: []
|
||||
resources: {}
|
||||
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: 80
|
||||
primary: true
|
||||
|
||||
ingress:
|
||||
main:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations: {}
|
||||
hosts:
|
||||
- host: cyberchef.local
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
service:
|
||||
identifier: main
|
||||
port: http
|
||||
tls: []
|
||||
|
||||
serviceAccount:
|
||||
cyberchef:
|
||||
enabled: false
|
||||
annotations: {}
|
||||
labels: {}
|
||||
# forceRename: ""
|
||||
|
||||
podAnnotations: {}
|
||||
podLabels: {}
|
||||
Reference in New Issue
Block a user