Migrated k3s manifests to use traefik ingres route
This commit is contained in:
@@ -142,4 +142,19 @@ spec:
|
||||
protocol: TCP
|
||||
port: 8082
|
||||
targetPort: 8082
|
||||
nodePort: 31010
|
||||
nodePort: 31010
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: nexus-web
|
||||
namespace: nexus
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`nexus.khongisa.co.za`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: nexus-service
|
||||
port: 8081
|
||||
Reference in New Issue
Block a user