From 6112c4070234947d3f34eb4fd0a82f690ccb83bf Mon Sep 17 00:00:00 2001 From: gwg313 Date: Fri, 25 Jul 2025 16:15:02 -0400 Subject: [PATCH] update bytestash Signed-off-by: gwg313 --- bytestash/certificate.yaml | 3 +-- bytestash/gateway.yaml | 2 +- bytestash/storage.yaml | 2 +- bytestash/virtualservice.yaml | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/bytestash/certificate.yaml b/bytestash/certificate.yaml index a50a49e..8e22729 100644 --- a/bytestash/certificate.yaml +++ b/bytestash/certificate.yaml @@ -8,6 +8,5 @@ spec: issuerRef: name: letsencrypt-dns kind: ClusterIssuer - commonName: bytestash.local.gwg313.xyz dnsNames: - - bytestash.local.gwg313.xyz + - snippets.gwg313.xyz diff --git a/bytestash/gateway.yaml b/bytestash/gateway.yaml index ca6ecee..215ebb0 100644 --- a/bytestash/gateway.yaml +++ b/bytestash/gateway.yaml @@ -12,7 +12,7 @@ spec: name: https protocol: HTTPS hosts: - - "bytestash.local.gwg313.xyz" + - "snippets.gwg313.xyz" tls: mode: SIMPLE credentialName: bytestash-cert diff --git a/bytestash/storage.yaml b/bytestash/storage.yaml index 585fc43..2f422a9 100644 --- a/bytestash/storage.yaml +++ b/bytestash/storage.yaml @@ -11,7 +11,7 @@ spec: persistentVolumeReclaimPolicy: Retain storageClassName: manual nfs: - path: /mnt/tank/docker-volumes/bytestash + path: /mnt/tank/k8s/bytestash server: truenas.local.gwg313.xyz --- apiVersion: v1 diff --git a/bytestash/virtualservice.yaml b/bytestash/virtualservice.yaml index 095671b..76875d5 100644 --- a/bytestash/virtualservice.yaml +++ b/bytestash/virtualservice.yaml @@ -5,7 +5,7 @@ metadata: namespace: bytestash spec: hosts: - - "bytestash.local.gwg313.xyz" + - "snippets.gwg313.xyz" gateways: - bytestash/bytestash-gateway http: