diff options
Diffstat (limited to 'f3s')
| -rw-r--r-- | f3s/ipv6test/helm-chart/templates/deployment.yaml | 2 | ||||
| -rw-r--r-- | f3s/ipv6test/helm-chart/templates/ingress.yaml | 20 |
2 files changed, 21 insertions, 1 deletions
diff --git a/f3s/ipv6test/helm-chart/templates/deployment.yaml b/f3s/ipv6test/helm-chart/templates/deployment.yaml index d8aa36f..06ffde1 100644 --- a/f3s/ipv6test/helm-chart/templates/deployment.yaml +++ b/f3s/ipv6test/helm-chart/templates/deployment.yaml @@ -15,7 +15,7 @@ spec: spec: containers: - name: ipv6test - image: registry.lan.buetow.org:30001/ipv6test:1.1.0 + image: registry.lan.buetow.org:30001/ipv6test:1.2.0 ports: - containerPort: 80 resources: diff --git a/f3s/ipv6test/helm-chart/templates/ingress.yaml b/f3s/ipv6test/helm-chart/templates/ingress.yaml index bb0890a..7c3f0c1 100644 --- a/f3s/ipv6test/helm-chart/templates/ingress.yaml +++ b/f3s/ipv6test/helm-chart/templates/ingress.yaml @@ -18,3 +18,23 @@ spec: name: ipv6test-service port: number: 80 + - host: ipv4.ipv6test.f3s.buetow.org + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: ipv6test-service + port: + number: 80 + - host: ipv6.ipv6test.f3s.buetow.org + http: + paths: + - path: / + pathType: Prefix + backend: + service: + name: ipv6test-service + port: + number: 80 |
