remove web from ingress

this makes more sense as a wildcard A record, I think.  not 100%
sure but for now, we'll try it.  I'm pretty sure I don't need this
externally ever, so making this hit the node ports seems right.
This commit is contained in:
James Andariese 2025-04-10 23:59:42 -05:00
parent 95b17c7e63
commit 7152450836

View File

@ -11,8 +11,6 @@ spec:
hosts:
- s3.strudelline.net
- '*.s3.strudelline.net'
- web.strudelline.net
- '*.web.strudelline.net'
rules:
- host: 's3.strudelline.net'
http:
@ -34,23 +32,3 @@ spec:
name: garage
port:
name: s3-api
- host: 'web.strudelline.net'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: garage
port:
name: s3-web
- host: '*.web.strudelline.net'
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: garage
port:
name: s3-web