mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-11 22:23:51 +02:00
11 lines
274 B
YAML
11 lines
274 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: {{ .Values.middlewares.httpsIPWhitelist.name }}
|
|
namespace: {{ .Release.Namespace }}
|
|
labels:
|
|
{{- include "htwkalender.labels" . | nindent 4 }}
|
|
spec:
|
|
ipWhiteList:
|
|
sourceRange:
|
|
- 10.0.0.0/29 |