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

28 lines
561 B
YAML
Raw Normal View History

apiVersion: apps/v1
kind: Deployment
metadata:
name: ddclient
2023-03-03 10:31:06 +00:00
namespace: ddclient
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
volumeMounts:
- mountPath: /config
2023-03-03 10:31:06 +00:00
name: flexvolsmb-ddclient-config
volumes:
2023-03-03 10:31:06 +00:00
- name: flexvolsmb-ddclient-config
persistentVolumeClaim:
claimName: flexvolsmb-ddclient-config