Compare commits

..

No commits in common. "77469885de37607aa79ad0fc4348f62270f5b48c" and "4c31cd8638a89db60b0e0260562841b3fb681a02" have entirely different histories.

View file

@ -63,7 +63,6 @@ metadata:
app.kubernetes.io/managed-by: goauthentik.io
app.kubernetes.io/name: authentik-proxy
spec:
replicas: 2
selector:
matchLabels:
app.kubernetes.io/instance: yolokube-proxy
@ -102,19 +101,6 @@ spec:
- containerPort: 9443
name: https
protocol: TCP
resources:
requests:
cpu: 50m
memory: 64Mi
limits:
cpu: 150m
memory: 128Mi
livenessProbe:
httpGet:
path: /outpost.goauthentik.io/ping
port: 9300
initialDelaySeconds: 15
periodSeconds: 3
---
apiVersion: traefik.io/v1alpha1
kind: Middleware