Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/kubernetes/meterpreter/values.yaml
Views: 11768
# Default values for meterpreter.12#The IP Address the payload will connect to3lhost:4#The Port meterpreter will connect to5lport:67image:8repository: metasploitframework/metasploit-framework9tag: latest10pullPolicy: IfNotPresent1112imagePullSecrets: []13nameOverride: ""14fullnameOverride: ""1516# Tune the privileges your Kubernetes meterpreter will run with17privileges:18# Disable Kubernetes API Server Access - even to the discovery APIs19useServiceAccount: true20# Run Metasploit framework as Kubernetes cluster admin (useServiceAccount must be true for this setting to be effective)21bindClusterRole: "" #cluster-admin2223#24# Privileges related to node hosting metasploit Pod25# See: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/26podSecurityContext: {}27# fsGroup: 200028# Metasploit container security context29securityContext: {}30#allowPrivilegeEscalation: false31# capabilities:32# add:33# - NET_BIND_SERVICE34# drop:35# - all36#runAsNonRoot: true37#runAsUser: 100038#runAsGroup: 10003940resources: {}41# We usually recommend not to specify default resources and to leave this as a conscious42# choice for the user. This also increases chances charts run on environments with little43# resources, such as Minikube. If you do want to specify resources, uncomment the following44# lines, adjust them as necessary, and remove the curly braces after 'resources:'.45# limits:46# cpu: 100m47# memory: 128Mi48# requests:49# cpu: 100m50# memory: 128Mi5152nodeSelector: {}5354tolerations: []5556affinity: {}575859