This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: todo-ingress
|
||||
name: sales-ingress
|
||||
namespace: drone
|
||||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
@@ -10,10 +10,10 @@ metadata:
|
||||
spec:
|
||||
tls:
|
||||
- hosts:
|
||||
- todo.violin-work.online
|
||||
- sales.violin-work.online
|
||||
secretName: violin-tls
|
||||
rules:
|
||||
- host: todo.violin-work.online
|
||||
- host: sales.violin-work.online
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
|
||||
Reference in New Issue
Block a user