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:
parent
95b17c7e63
commit
7152450836
22
ingress.yaml
22
ingress.yaml
|
@ -11,8 +11,6 @@ spec:
|
||||||
hosts:
|
hosts:
|
||||||
- s3.strudelline.net
|
- s3.strudelline.net
|
||||||
- '*.s3.strudelline.net'
|
- '*.s3.strudelline.net'
|
||||||
- web.strudelline.net
|
|
||||||
- '*.web.strudelline.net'
|
|
||||||
rules:
|
rules:
|
||||||
- host: 's3.strudelline.net'
|
- host: 's3.strudelline.net'
|
||||||
http:
|
http:
|
||||||
|
@ -34,23 +32,3 @@ spec:
|
||||||
name: garage
|
name: garage
|
||||||
port:
|
port:
|
||||||
name: s3-api
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user