helm/guacamole/guacd.yaml

25 lines
454 B
YAML
Raw Normal View History

2022-10-19 03:50:55 +00:00
apiVersion: apps/v1
kind: Deployment
metadata:
name: guacd
spec:
selector:
matchLabels:
app: guacd
template:
metadata:
labels:
app: guacd
spec:
containers:
- name: guacd
image: guacamole/guacd
resources:
limits:
2022-10-20 07:35:45 +00:00
cpu: 100m
memory: "32Mi"
2022-10-19 03:50:55 +00:00
ports:
- protocol: TCP
name: guacd
2022-10-20 07:35:45 +00:00
containerPort: 4822