diff options
author | makefunstuff <[email protected]> | 2024-06-28 01:15:22 +0200 |
---|---|---|
committer | makefunstuff <[email protected]> | 2024-06-28 01:15:22 +0200 |
commit | 303262c75bd8d3ad2e166760f0518a0d8aa0591c (patch) | |
tree | 2b234b418dd040703294de0fba2258c83d7d7af6 /third-party/nginx/helmfile.yaml | |
parent | 739fe84947959922077ee253df4b895b4e4cd77e (diff) | |
download | k3s-lab-303262c75bd8d3ad2e166760f0518a0d8aa0591c.tar.gz |
nginx poc
Diffstat (limited to '')
-rw-r--r-- | third-party/nginx/helmfile.yaml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third-party/nginx/helmfile.yaml b/third-party/nginx/helmfile.yaml new file mode 100644 index 0000000..a33c107 --- /dev/null +++ b/third-party/nginx/helmfile.yaml @@ -0,0 +1,10 @@ +repositories: + - name: bitnami + url: https://charts.bitnami.com/bitnami + +releases: + - name: nginx + namespace: default + chart: bitnami/nginx + values: + - ./values.yaml |