diff options
| author | Paul Buetow <paul@buetow.org> | 2026-02-03 23:05:27 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-02-03 23:05:27 +0200 |
| commit | d48a5d7d749f950203cad84c81c13bab9c144b69 (patch) | |
| tree | 5df6731a78718af8872ac8739ad9fe18ec966590 /f3s/ipv6test | |
| parent | cd733ed4e8b3829897fd996befbce7bf67702040 (diff) | |
Update
Diffstat (limited to 'f3s/ipv6test')
| -rw-r--r-- | f3s/ipv6test/helm-chart/templates/deployment.yaml | 6 | ||||
| -rw-r--r-- | 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 |
