feat: add TLS certificate configurations for HA Gateway and Discord Bot
This commit is contained in:
parent
80d92718bd
commit
364a1314f5
34
manifests/home-services/certs.yaml
Normal file
34
manifests/home-services/certs.yaml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: ha-gateway-tls
|
||||||
|
namespace: home-services
|
||||||
|
spec:
|
||||||
|
secretName: ha-gateway-tls
|
||||||
|
issuerRef:
|
||||||
|
name: internal-ca-issuer
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: ha-gateway
|
||||||
|
dnsNames:
|
||||||
|
- ha-gateway.home-services.svc.cluster.local
|
||||||
|
- ha-gateway
|
||||||
|
usages:
|
||||||
|
- server auth
|
||||||
|
- digital signature
|
||||||
|
- key encipherment
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: discord-bot-tls
|
||||||
|
namespace: home-services
|
||||||
|
spec:
|
||||||
|
secretName: discord-bot-tls
|
||||||
|
issuerRef:
|
||||||
|
name: internal-ca-issuer
|
||||||
|
kind: ClusterIssuer
|
||||||
|
commonName: discord-bot
|
||||||
|
usages:
|
||||||
|
- client auth
|
||||||
|
- digital signature
|
||||||
|
- key encipherment
|
||||||
Loading…
x
Reference in New Issue
Block a user