Change domain
This commit is contained in:
parent
7b6152a37f
commit
27988439d9
2 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ steps:
|
||||||
privileged: true
|
privileged: true
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
environment:
|
||||||
REGISTRY_HOST: "harbor.k8s.lan/k8s"
|
REGISTRY_HOST: "harbor.lan.theautomation.nl/k8s"
|
||||||
CONTAINERFILE: "./deploy/container/Containerfile"
|
CONTAINERFILE: "./deploy/container/Containerfile"
|
||||||
STORAGE_DRIVER: "overlay"
|
STORAGE_DRIVER: "overlay"
|
||||||
FORMAT: "docker"
|
FORMAT: "docker"
|
||||||
|
|
|
@ -22,7 +22,7 @@ spec:
|
||||||
fsType: nfs
|
fsType: nfs
|
||||||
volumeHandle: pv-nfs-radicale-data
|
volumeHandle: pv-nfs-radicale-data
|
||||||
volumeAttributes:
|
volumeAttributes:
|
||||||
server: storage-server-lagg.lan
|
server: storage-server-lagg.lan.theautomation.nl
|
||||||
share: /mnt/r01_1tb/k8s/radicale-data
|
share: /mnt/r01_1tb/k8s/radicale-data
|
||||||
node_attach_driver: nfs
|
node_attach_driver: nfs
|
||||||
provisioner_driver: node-manual
|
provisioner_driver: node-manual
|
||||||
|
@ -110,7 +110,7 @@ spec:
|
||||||
fsGroup: 1000
|
fsGroup: 1000
|
||||||
containers:
|
containers:
|
||||||
- name: radicale
|
- name: radicale
|
||||||
image: "harbor.k8s.lan/k8s/radicale:31"
|
image: "harbor.lan.theautomation.nl/k8s/radicale:31"
|
||||||
resources: {}
|
resources: {}
|
||||||
command: ["/bin/sh", "/usr/local/bin/docker-entrypoint.sh"]
|
command: ["/bin/sh", "/usr/local/bin/docker-entrypoint.sh"]
|
||||||
args: ["radicale", "--config", "/config/config"]
|
args: ["radicale", "--config", "/config/config"]
|
||||||
|
|
Loading…
Reference in a new issue