Files
Kubernetes.K3s.installLog/services/DDclient/deployment-DDclient.yml

28 lines
549 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: ddclient
2023-03-03 11:31:06 +01:00
namespace: ddclient
labels:
app: ddclient
spec:
replicas: 1
selector:
matchLabels:
app: ddclient
template:
metadata:
labels:
app: ddclient
spec:
containers:
- name: ddclient
2023-12-29 10:21:15 +11:00
image: linuxserver/ddclient
volumeMounts:
- mountPath: /config
2025-07-09 12:56:37 +10:00
name: csismb-ddclient-config
volumes:
2025-07-09 12:56:37 +10:00
- name: csismb-ddclient-config
2023-03-03 11:31:06 +01:00
persistentVolumeClaim:
2025-07-09 12:56:37 +10:00
claimName: csismb-ddclient-config