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 default: true
port: 6379 port: 6379
exposedPort: 6379 exposedPort: 6379
tolerations:
- key: "public"
value: "true"
effect: "NoSchedule"

View file

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

View file

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