Skip to content

Commit

Permalink
[sqli-lab] Updating ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Denan Musinovic committed Jun 6, 2024
1 parent 68a2e38 commit 815501b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/sqli/templates/ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if not (and .Values.repeaterID .Values.token .Values.cluster) }}
---
apiVersion: networking.k8s.io/v1
kind: Ingress
Expand All @@ -20,6 +21,7 @@ metadata:
cert-manager.io/cluster-issuer: letsencrypt-cf-prod
{{ end }}
spec:
ingressClassName: nginx
tls:
- hosts:
- {{ .Values.ingress.url }}
Expand All @@ -35,3 +37,4 @@ spec:
name: {{ .Release.Name }}
port:
number: 80
{{- end }}

0 comments on commit 815501b

Please sign in to comment.