diff --git a/src/main/resources/shynet/certificate.yaml b/src/main/resources/shynet/certificate.yaml index 48a2e56..8438d09 100644 --- a/src/main/resources/shynet/certificate.yaml +++ b/src/main/resources/shynet/certificate.yaml @@ -4,7 +4,7 @@ metadata: name: shynet-cert namespace: default spec: - secretName: shynet-secret + secretName: shynet-cert commonName: fqdn duration: 2160h # 90d renewBefore: 360h # 15d diff --git a/src/main/resources/shynet/ingress.yaml b/src/main/resources/shynet/ingress.yaml index 018fab8..8242a90 100644 --- a/src/main/resources/shynet/ingress.yaml +++ b/src/main/resources/shynet/ingress.yaml @@ -10,7 +10,7 @@ spec: tls: - hosts: - fqdn - secretName: shynet-secret + secretName: shynet-cert rules: - host: fqdn http: