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
|
default: true
|
||||||
port: 6379
|
port: 6379
|
||||||
exposedPort: 6379
|
exposedPort: 6379
|
||||||
|
tolerations:
|
||||||
|
- key: "public"
|
||||||
|
value: "true"
|
||||||
|
effect: "NoSchedule"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue