Update files

This commit is contained in:
2023-01-20 10:40:59 +11:00
parent 899bbb1bfc
commit 42365c18e9
2 changed files with 10 additions and 9 deletions
+1
View File
@@ -28,6 +28,7 @@ server:
kubernetes.io/tls-acme: "true"
cert-manager.io/cluster-issuer: "letsencrypt-prod"
nginx.ingress.kubernetes.io/proxy-body-size: 102400m
nginx.ingress.kubernetes.io/whitelist-source-range: "192.168.1.0/24"
nginx.ingress.kubernetes.io/auth-url: "https://id.junv.me/oauth2/auth"
nginx.ingress.kubernetes.io/auth-signin: "https://id.junv.me/oauth2/start?rd=https%3A%2F%2F$host$request_uri"
hosts: ["argocd.junv.me"]
+9 -9
View File
@@ -588,18 +588,18 @@ spec:
- name: aria2-cache
persistentVolumeClaim:
claimName: aria2-cache
securityContext:
# runAsUser: 0
# privileged: true
capabilities:
add:
- NET_ADMIN
- CHOWN
- NET_RAW
- SETPCAP
containers:
- name: openvpn
image: qmcgaw/gluetun:latest
securityContext:
runAsUser: 0
privileged: true
capabilities:
add:
- NET_ADMIN
- CHOWN
- NET_RAW
- SETPCAP
imagePullPolicy: IfNotPresent
resources:
requests: