Pin Guacamole;Fix volume DDclient
This commit is contained in:
27
services/DDclient/deployment-DDclient.yml
Normal file
27
services/DDclient/deployment-DDclient.yml
Normal file
@ -0,0 +1,27 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: ddclient
|
||||
namespace: ddclient
|
||||
labels:
|
||||
app: ddclient
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: ddclient
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: ddclient
|
||||
spec:
|
||||
containers:
|
||||
- name: ddclient
|
||||
image: bv11-cr01.bessems.eu/proxy/linuxserver/ddclient
|
||||
volumeMounts:
|
||||
- mountPath: /config
|
||||
name: flexvolsmb-ddclient-config
|
||||
volumes:
|
||||
- name: flexvolsmb-ddclient-config
|
||||
persistentVolumeClaim:
|
||||
claimName: flexvolsmb-ddclient-config
|
Reference in New Issue
Block a user