From 974d4457148e9a9ff3a0231eece663d04faaf16d Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sat, 30 May 2026 21:27:30 +0300 Subject: Restructurig, start creating heimdall helm chart --- apps/heimdall/deployment.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 apps/heimdall/deployment.yaml (limited to 'apps/heimdall/deployment.yaml') diff --git a/apps/heimdall/deployment.yaml b/apps/heimdall/deployment.yaml deleted file mode 100644 index 4f942a3..0000000 --- a/apps/heimdall/deployment.yaml +++ /dev/null @@ -1,39 +0,0 @@ -apiVersion: apps/v1 -kind: Deployment -metadata: - name: heimdall - namespace: heimdall -spec: - replicas: 1 - selector: - matchLabels: - app: heimdall - template: - metadata: - labels: - app: heimdall - spec: - containers: - - name: heimdall - image: lscr.io/linuxserver/heimdall:latest - ports: - - containerPort: 80 - volumeMounts: - - name: heimdall-config - mountPath: /config - env: - - name: PUID - value: "1000" - - name: PGID - value: "1000" - - name: APP_URL - value: "http://heimdall.local:8080" - #volumes: - #- name: heimdall-config - # hostPath: - # path: ./heimdall-config - # type: DirectoryOrCreate - volumes: - - name: heimdall-config - persistentVolumeClaim: - claimName: heimdall-pvc -- cgit v1.2.3