Add cert-manager TLS certificate to agent-zero manifest
This commit is contained in:
@@ -247,6 +247,26 @@ spec:
|
||||
tls:
|
||||
secretName: agent-zero-tls
|
||||
|
||||
# =============================================================================
|
||||
# TLS Certificate via cert-manager (step-ca ACME)
|
||||
# =============================================================================
|
||||
|
||||
---
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: agent-zero-tls
|
||||
namespace: agent-zero
|
||||
spec:
|
||||
secretName: agent-zero-tls
|
||||
issuerRef:
|
||||
name: step-ca-acme
|
||||
kind: ClusterIssuer
|
||||
dnsNames:
|
||||
- agent-zero.iamworkin.lan
|
||||
duration: 720h
|
||||
renewBefore: 240h
|
||||
|
||||
# =============================================================================
|
||||
# NetworkPolicy — Restrict traffic
|
||||
# =============================================================================
|
||||
|
||||
Reference in New Issue
Block a user