fix registry

This commit is contained in:
Nathan Rashleigh 2025-04-08 22:08:48 +10:00
parent 260a072aa7
commit 4c72c841e7

View File

@ -4,6 +4,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: registry name: registry
namespace: ops
annotations: annotations:
haproxy.org/proxy-body-size-limit: "2g" haproxy.org/proxy-body-size-limit: "2g"
cert-manager.io/cluster-issuer: "letsencrypt-prod" cert-manager.io/cluster-issuer: "letsencrypt-prod"
@ -11,7 +12,6 @@ spec:
ingressClassName: haproxy ingressClassName: haproxy
tls: tls:
- hosts: - hosts:
- registry.strix.systems
- registry.ntwl.xyz - registry.ntwl.xyz
secretName: registry-strix-systems-tls secretName: registry-strix-systems-tls
rules: rules: