Migrated k3s manifests to use traefik ingres route
This commit is contained in:
@@ -112,7 +112,7 @@ metadata:
|
||||
name: vaultwarden-service
|
||||
namespace: vaultwarden
|
||||
spec:
|
||||
type: NodePort
|
||||
type: ClusterIP
|
||||
selector:
|
||||
app: vaultwarden
|
||||
ports:
|
||||
@@ -120,4 +120,18 @@ spec:
|
||||
protocol: TCP
|
||||
port: 80
|
||||
targetPort: 80
|
||||
nodePort: 32085
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: vaultwarden-web
|
||||
namespace: vaultwarden
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`vault.khongisa.co.za`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: vaultwarden-service
|
||||
port: 80
|
||||
Reference in New Issue
Block a user