mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
update
This commit is contained in:
parent
8b83c6a6c5
commit
cad3dcf473
1 changed files with 3 additions and 3 deletions
|
|
@ -79,16 +79,16 @@ spec:
|
||||||
port: 9768
|
port: 9768
|
||||||
scheme: http
|
scheme: http
|
||||||
tls:
|
tls:
|
||||||
secretName: s3-tls
|
secretName: s3-external-tls
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
apiVersion: cert-manager.io/v1
|
apiVersion: cert-manager.io/v1
|
||||||
kind: Certificate
|
kind: Certificate
|
||||||
metadata:
|
metadata:
|
||||||
name: s3-tls
|
name: s3-external-tls
|
||||||
spec:
|
spec:
|
||||||
secretName: s3-tls
|
secretName: s3-external-tls
|
||||||
issuerRef:
|
issuerRef:
|
||||||
name: letsencrypt-production
|
name: letsencrypt-production
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue