This commit is contained in:
parent
91664fbd10
commit
07b406c779
@ -1,19 +1,20 @@
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: hw-ingress
|
||||
namespace: vdk2ch
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||
spec:
|
||||
rules:
|
||||
- host: asdf.vdk2ch.ru
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: hw-service
|
||||
port:
|
||||
number: 80
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: hw-ingress
|
||||
namespace: vdk2ch
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/rewrite-target: /$1
|
||||
spec:
|
||||
rules:
|
||||
- host: asdf.vdk2ch.ru
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: hw-service
|
||||
port:
|
||||
number: 80
|
Loading…
Reference in New Issue
Block a user