Pin Guacamole;Fix volume DDclient

This commit is contained in:
2023-03-03 11:31:06 +01:00
parent fa7da06085
commit 8be0075ead
16 changed files with 285 additions and 233 deletions

View 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