fix registry
This commit is contained in:
parent
260a072aa7
commit
4c72c841e7
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user