From 27988439d9d1f04cd9287facfaaadf5259e2459e Mon Sep 17 00:00:00 2001 From: theautomation Date: Sun, 26 Nov 2023 20:18:54 +0100 Subject: [PATCH] Change domain --- cicd/pipeline.yaml | 2 +- deploy/k8s/manifest.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cicd/pipeline.yaml b/cicd/pipeline.yaml index cb3d525..f48302b 100644 --- a/cicd/pipeline.yaml +++ b/cicd/pipeline.yaml @@ -23,7 +23,7 @@ steps: privileged: true network_mode: host environment: - REGISTRY_HOST: "harbor.k8s.lan/k8s" + REGISTRY_HOST: "harbor.lan.theautomation.nl/k8s" CONTAINERFILE: "./deploy/container/Containerfile" STORAGE_DRIVER: "overlay" FORMAT: "docker" diff --git a/deploy/k8s/manifest.yaml b/deploy/k8s/manifest.yaml index aa43487..5671272 100644 --- a/deploy/k8s/manifest.yaml +++ b/deploy/k8s/manifest.yaml @@ -22,7 +22,7 @@ spec: fsType: nfs volumeHandle: pv-nfs-radicale-data volumeAttributes: - server: storage-server-lagg.lan + server: storage-server-lagg.lan.theautomation.nl share: /mnt/r01_1tb/k8s/radicale-data node_attach_driver: nfs provisioner_driver: node-manual @@ -110,7 +110,7 @@ spec: fsGroup: 1000 containers: - name: radicale - image: "harbor.k8s.lan/k8s/radicale:31" + image: "harbor.lan.theautomation.nl/k8s/radicale:31" resources: {} command: ["/bin/sh", "/usr/local/bin/docker-entrypoint.sh"] args: ["radicale", "--config", "/config/config"]