update default cert request

This commit is contained in:
2026-05-11 21:02:13 -04:00
parent a9f5aa1241
commit e227b42d2c
3 changed files with 8 additions and 5 deletions

View File

@@ -19,9 +19,9 @@ spec:
pathType: Prefix
backend:
service:
name: dns-api
name: acme-dns-api
port:
number: 80
number: 8090
# tls: # < placing a host in the TLS config will determine what ends up in the cert's subjectAltNames
# - secretName: xai-corp-production-tls-ap1

View File

@@ -8,6 +8,6 @@ spec:
selector:
app: acme-dns
ports:
- port: 80
- port: 8090
targetPort: 80