roll some back

This commit is contained in:
2026-01-17 11:28:10 -05:00
parent 2516f0a47f
commit c77b0aa065
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -4,6 +4,8 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: thelounge
annotations:
polaris.fairwinds.com/runAsRootAllowed-exempt: "true" # linuxserver.io images don't support this, need to build my own
spec:
selector:
matchLabels:
@@ -22,7 +24,6 @@ spec:
image: ghcr.io/thelounge/thelounge:latest
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
ports:
- containerPort: 9000
name: http-9000
+2 -1
View File
@@ -4,6 +4,8 @@ apiVersion: apps/v1
kind: StatefulSet
metadata:
name: znc
annotations:
polaris.fairwinds.com/runAsRootAllowed-exempt: "true" # linuxserver.io images don't support this, need to build my own
spec:
selector:
matchLabels:
@@ -21,7 +23,6 @@ spec:
image: lscr.io/linuxserver/znc:latest
securityContext:
allowPrivilegeEscalation: false
runAsNonRoot: true
ports:
- containerPort: 6501
name: irc-6501