chore: build
ci-api / test (push) Successful in 25m49s

This commit is contained in:
Xor290
2026-08-18 20:07:52 +02:00
parent aa1aa60f00
commit dfc62c305d
25 changed files with 741 additions and 58 deletions
@@ -0,0 +1,24 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "waf-cluster.fullname" . }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "waf-cluster.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
# Cluster (pas Local) : même raison que Traefik (voir
# deploy/chart-gestion/traefik/values.yaml) — bare-metal multi-nœuds, tout
# nœud contacté doit pouvoir router vers le pod WAF où qu'il tourne.
externalTrafficPolicy: Cluster
selector:
{{- include "waf-cluster.selectorLabels" . | nindent 4 }}
ports:
- name: http
port: 80
targetPort: http
protocol: TCP
- name: https
port: 443
targetPort: https
protocol: TCP