Allow load balancer on jlpks8888 and fix cert requests

This commit is contained in:
JLP 2025-02-03 16:39:55 -05:00
parent af3d90b8cd
commit a0154fd8f6
No known key found for this signature in database
GPG key ID: 414E00D1FF7519DC
3 changed files with 8 additions and 4 deletions

View file

@ -29,3 +29,7 @@ spec:
default: true
port: 6379
exposedPort: 6379
tolerations:
- key: "public"
value: "true"
effect: "NoSchedule"

View file

@ -2,10 +2,10 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-leechpepin
name: wildcard-consultjlp
namespace: homelab
spec:
secretName: wildcard-leechpepin-tls
secretName: wildcard-consultjlp-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer

View file

@ -2,10 +2,10 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: wildcard-leechpepin
name: wildcard-jlptech
namespace: homelab
spec:
secretName: wildcard-leechpepin-tls
secretName: wildcard-jlptech-tls
issuerRef:
name: letsencrypt-prod
kind: ClusterIssuer