fix(vikunja): authentik netpols

This commit is contained in:
JJGadgets
2024-05-05 04:06:40 +08:00
parent 363b888b6d
commit cc01cb0bab

View File

@@ -22,6 +22,7 @@ spec:
pod:
labels:
ingress.home.arpa/nginx-internal: "allow"
authentik.home.arpa/https: "allow"
db.home.arpa/pg: "pg-home"
prom.home.arpa/kps: "allow"
containers:
@@ -128,6 +129,9 @@ spec:
defaultPodOptions:
automountServiceAccountToken: false
enableServiceLinks: false
hostAliases:
- ip: "${APP_IP_AUTHENTIK}"
hostnames: ["${APP_DNS_AUTHENTIK}"]
securityContext:
runAsNonRoot: true
runAsUser: &uid ${APP_UID_VIKUNJA}