2020-09-01 15:44:43 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: ddclient
|
2023-03-03 10:31:06 +00:00
|
|
|
namespace: ddclient
|
2020-09-01 15:44:43 +00:00
|
|
|
labels:
|
|
|
|
app: ddclient
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: ddclient
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: ddclient
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: ddclient
|
2023-12-28 23:21:15 +00:00
|
|
|
image: linuxserver/ddclient
|
2020-09-01 15:44:43 +00:00
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /config
|
2023-03-03 10:31:06 +00:00
|
|
|
name: flexvolsmb-ddclient-config
|
2020-09-01 15:44:43 +00:00
|
|
|
volumes:
|
2023-03-03 10:31:06 +00:00
|
|
|
- name: flexvolsmb-ddclient-config
|
|
|
|
persistentVolumeClaim:
|
|
|
|
claimName: flexvolsmb-ddclient-config
|