open-appsec helm chart update Mon Feb 12 17:56:07 IST 2024

This commit is contained in:
Ned Wright
2024-02-12 17:56:07 +02:00
parent 636e667e85
commit 4def79504e
105 changed files with 20582 additions and 44 deletions

View File

@@ -0,0 +1,13 @@
{{- if and (eq "standalone" .Values.appsec.mode) (eq .Values.appsec.playground false) .Values.appsec.tuning.enabled }}
apiVersion: v1
kind: Service
metadata:
name: {{ .Values.appsec.tuning.name }}-svc
spec:
ports:
- name: "http"
port: 80
targetPort: {{ .Values.appsec.tuning.port }}
selector:
app: {{ .Values.appsec.tuning.name }}-lbl
{{- end }}