From 45822f9c03b0423cb47333e90b549b7cd9489835 Mon Sep 17 00:00:00 2001 From: Radar231 Date: Sat, 19 Nov 2022 08:01:54 -0500 Subject: [PATCH] changes due to network reorg --- heimdall_deployment.yml | 3 ++- heimdall_pv.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/heimdall_deployment.yml b/heimdall_deployment.yml index 0b5a607..2357202 100644 --- a/heimdall_deployment.yml +++ b/heimdall_deployment.yml @@ -25,7 +25,8 @@ spec: - key: kubernetes.io/arch operator: In values: - - arm64 + #- arm64 + - amd64 containers: - name: heimdall image: linuxserver/heimdall diff --git a/heimdall_pv.yml b/heimdall_pv.yml index 600df66..68d50d7 100644 --- a/heimdall_pv.yml +++ b/heimdall_pv.yml @@ -15,7 +15,7 @@ spec: - hard - nfsvers=4.0 nfs: - server: 192.168.7.11 + server: 192.168.20.11 path: "/volume1/k8s-storage/heimdall-config" # EOF