Change domain

This commit is contained in:
theautomation 2023-11-26 20:18:54 +01:00
parent 7b6152a37f
commit 27988439d9
2 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"]