2020-09-01 15:44:43 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: ddclient
|
|
|
|
labels:
|
|
|
|
app: ddclient
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: ddclient
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
labels:
|
|
|
|
app: ddclient
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: ddclient
|
2020-12-03 12:36:13 +00:00
|
|
|
image: registry.spamasaurus.com/proxy/linuxserver/ddclient
|
2020-09-01 15:44:43 +00:00
|
|
|
volumeMounts:
|
|
|
|
- mountPath: /config
|
|
|
|
name: ddclient-secret
|
|
|
|
volumes:
|
|
|
|
- name: ddclient-secret
|
|
|
|
secret:
|
|
|
|
secretName: ddclient-secret
|