about summary refs log tree commit diff
path: root/local/helm-operations
diff options
context:
space:
mode:
authormakefunstuff <[email protected]>2024-07-01 22:49:36 +0200
committermakefunstuff <[email protected]>2024-07-01 22:49:36 +0200
commita8c9546bd2fb230e9c449979314ebee91175189b (patch)
tree0dabc41377aa513a98a79588c47503b258d4d72c /local/helm-operations
parent8311e3558613276fe3d5dbb2b8d1bd8476c2f7e0 (diff)
downloadk3s-lab-a8c9546bd2fb230e9c449979314ebee91175189b.tar.gz
upd
Diffstat (limited to 'local/helm-operations')
-rw-r--r--local/helm-operations/nginx-operation.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/local/helm-operations/nginx-operation.yaml b/local/helm-operations/nginx-operation.yaml
new file mode 100644
index 0000000..a1d76a3
--- /dev/null
+++ b/local/helm-operations/nginx-operation.yaml
@@ -0,0 +1,22 @@
+apiVersion: v1
+kind: Namespace
+metadata:
+  name: web
+---
+apiVersion: helm.cattle.io/v1
+kind: HelmChart
+metadata:
+  name: apache
+  namespace: kube-system
+spec:
+  repo: https://charts.bitnami.com/bitnami
+  chart: apache
+  targetNamespace: web
+  valuesContent: |-
+    service:
+      type: ClusterIP
+    ingress:
+      enabled: true
+      hostname: sandbox.local
+    metrics:
+      enabled: true