From d48a5d7d749f950203cad84c81c13bab9c144b69 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 3 Feb 2026 23:05:27 +0200 Subject: Update --- f3s/ipv6test/helm-chart/templates/deployment.yaml | 6 ++++-- f3s/ipv6test/helm-chart/templates/service.yaml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/f3s/ipv6test/helm-chart/templates/deployment.yaml b/f3s/ipv6test/helm-chart/templates/deployment.yaml index 465ab0c..723384d 100644 --- a/f3s/ipv6test/helm-chart/templates/deployment.yaml +++ b/f3s/ipv6test/helm-chart/templates/deployment.yaml @@ -15,9 +15,11 @@ spec: spec: containers: - name: ipv6test - image: registry.lan.buetow.org:30001/ipv6test:1.6.0 + image: registry.lan.buetow.org:30001/ipv6test:1.6.1 ports: - - containerPort: 80 + - containerPort: 8080 + securityContext: + allowPrivilegeEscalation: false resources: requests: memory: "64Mi" diff --git a/f3s/ipv6test/helm-chart/templates/service.yaml b/f3s/ipv6test/helm-chart/templates/service.yaml index df2a84a..08d561c 100644 --- a/f3s/ipv6test/helm-chart/templates/service.yaml +++ b/f3s/ipv6test/helm-chart/templates/service.yaml @@ -10,6 +10,6 @@ spec: - name: web port: 80 protocol: TCP - targetPort: 80 + targetPort: 8080 selector: app: ipv6test -- cgit v1.2.3