Install helm plugins;Apply manifests
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
@ -1,4 +1,6 @@
|
||||
helm:
|
||||
plugins:
|
||||
- path: https://github.com/databus23/helm-diff
|
||||
repositories:
|
||||
- name: longhorn
|
||||
url: https://charts.longhorn.io
|
||||
@ -56,3 +58,25 @@ helm:
|
||||
# - name: fleet
|
||||
# namespace: fleet-system
|
||||
# ref: "https://github.com/rancher/fleet/releases/download/v0.3.9/fleet-0.3.9.tgz"
|
||||
manifests:
|
||||
- name: ingress_longhorn-frontend
|
||||
definition: >-
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
namespace: longhorn-system
|
||||
name: longhorn-ingress
|
||||
annotations:
|
||||
kubernetes.io/ingress.class: "traefik"
|
||||
spec:
|
||||
rules:
|
||||
- host: storage.bessems.lan
|
||||
http:
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: longhorn-frontend
|
||||
port:
|
||||
number: 80
|
||||
|
Reference in New Issue
Block a user