apiVersion: apps/v1 kind: Deployment metadata: name: heimdall namespace: heimdall spec: selector: matchLabels: app: heimdall template: metadata: labels: app: heimdall spec: containers: - name: heimdall image: lscr.io/linuxserver/heimdall:latest ports: - containerPort: 80 name: http protocol: TCP volumeMounts: - name: config mountPath: /config volumes: - name: config persistentVolumeClaim: claimName: heimdall-config