WIP
This commit is contained in:
parent
6b568a427a
commit
fb4eea5e56
2 changed files with 14 additions and 0 deletions
11
apps/rancher/Chart.yaml
Normal file
11
apps/rancher/Chart.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
apiVersion: v2
|
||||||
|
name: rancher
|
||||||
|
description: A Helm chart for Kubernetes
|
||||||
|
type: application
|
||||||
|
version: 0.1.0
|
||||||
|
appVersion: "1.0"
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- name: rancher
|
||||||
|
version: 2.7.0
|
||||||
|
repository: https://releases.rancher.com/server-charts/latest
|
||||||
3
apps/rancher/values.yaml
Normal file
3
apps/rancher/values.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
rancher:
|
||||||
|
ingress:
|
||||||
|
ingressClassName: nginx
|
||||||
Reference in a new issue