Adjust ingress tls values for cert-manager
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tom Neuber 2024-05-28 17:42:47 +02:00
parent 90dcd9d15f
commit e1ed098915
Signed by: tom
GPG key ID: F17EFE4272D89FF6
9 changed files with 80 additions and 3 deletions

View file

@ -65,6 +65,8 @@ spec:
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
annotations:
kubernetes.io/tls-acme: "true"
name: example-ingress
namespace: example
#annotations:
@ -82,3 +84,7 @@ spec:
name: example-service
port:
number: 80
tls:
- hosts:
- example.apps.yolokube.de
secretName: example-tls-key