modified files
This commit is contained in:
23
ingress.yaml
Normal file
23
ingress.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
annotations:
|
||||
name: netstar-categorizer
|
||||
namespace: blackdice
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: netstar-cat-dev.blackdice.ai
|
||||
http:
|
||||
paths:
|
||||
- backend:
|
||||
service:
|
||||
name: netstar-categorizer
|
||||
port:
|
||||
number: 3000
|
||||
path: /
|
||||
pathType: ImplementationSpecific
|
||||
tls:
|
||||
- hosts:
|
||||
- dns-dev.blackdice.ai
|
||||
secretName: blackdice-ai
|
||||
Reference in New Issue
Block a user