add explicit v4 and v6 addresses

This commit is contained in:
Tobias Brunner 2022-12-30 20:27:48 +01:00
parent 6da2dbe9f5
commit 14f2e1afac
Signed by: tobru
SSH key fingerprint: SHA256:kywVhvCA+MIxL6eBgoQa+BfC/ROJqcfD2bpy1PR6Ebk

View file

@ -19,7 +19,19 @@ spec:
name: httpbin
port:
number: 8080
- host: "*.httpbin.tbrnt.ch"
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: httpbin
port:
number: 8080
tls:
- hosts:
- httpbin.tbrnt.ch
- v4.httpbin.tbrnt.ch
- v6.httpbin.tbrnt.ch
secretName: ingress-cert