Allow load balancer on jlpks8888 and fix cert requests
This commit is contained in:
parent
af3d90b8cd
commit
a0154fd8f6
3 changed files with 8 additions and 4 deletions
|
@ -29,3 +29,7 @@ spec:
|
|||
default: true
|
||||
port: 6379
|
||||
exposedPort: 6379
|
||||
tolerations:
|
||||
- key: "public"
|
||||
value: "true"
|
||||
effect: "NoSchedule"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue