Adjust ingress tls values for cert-manager
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
90dcd9d15f
commit
e1ed098915
9 changed files with 80 additions and 3 deletions
|
@ -44,6 +44,8 @@ spec:
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
name: test1-ingress
|
||||
namespace: aaron-test
|
||||
spec:
|
||||
|
@ -58,3 +60,7 @@ spec:
|
|||
name: test1-service
|
||||
port:
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- test.apps.yolokube.de
|
||||
secretName: test1-tls-key
|
||||
|
|
|
@ -66,6 +66,8 @@ spec:
|
|||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
kubernetes.io/tls-acme: "true"
|
||||
name: paste-ingress
|
||||
namespace: paste
|
||||
spec:
|
||||
|
@ -79,4 +81,8 @@ spec:
|
|||
service:
|
||||
name: paste-service
|
||||
port:
|
||||
number: 80
|
||||
number: 80
|
||||
tls:
|
||||
- hosts:
|
||||
- paste.apps.yolokube.de
|
||||
secretName: paste-tls-key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue