Longhorn
This commit is contained in:
parent
54e5f5807f
commit
40f01d2ab3
@ -16,10 +16,6 @@ spec:
|
||||
values: |
|
||||
persistence:
|
||||
defaultClassReplicaCount: 2
|
||||
service:
|
||||
ui:
|
||||
type: NodePort
|
||||
nodePort: 32304
|
||||
|
||||
longhornManager:
|
||||
tolerations:
|
||||
@ -43,3 +39,20 @@ spec:
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
|
||||
---
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: longhorn-system
|
||||
namespace: longhorn-system
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- kind: Rule
|
||||
match: Host("longhorn.roxedus.com")
|
||||
priority: 10
|
||||
services:
|
||||
- name: longhorn-frontend
|
||||
port: 80
|
||||
|
Loading…
Reference in New Issue
Block a user